tea milestone create silently does nothing if "--deadline" is specified #461

Closed
opened 2022-02-23 01:00:45 +00:00 by michaeljtsai · 0 comments

I think this is because in this line:

if err == nil {

it should be checking t (rather than err) against nil.

I think this is because in this line: https://gitea.com/gitea/tea/src/commit/cd24fd8e2825a7c7ef11cd2b862909337eafb868/cmd/milestones/create.go#L58 it should be checking `t` (rather than `err`) against `nil`.
michaeljtsai changed title from "tea milestone create" silently does nothing if "--deadline" is specified to `tea milestone create` silently does nothing if "--deadline" is specified 2022-02-23 01:04:06 +00:00
lunny added the
kind/bug
label 2022-02-24 08:51:15 +00:00
noerw added this to the v0.9.0 milestone 2022-03-08 22:14:24 +00:00
6543 closed this issue 2022-03-09 00:47:59 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/tea#461
No description provided.