Hide time tracking

This commit is contained in:
stuzer05 2023-06-23 10:34:52 +03:00
parent 598e2d5bed
commit 3310440ed1
No known key found for this signature in database
GPG Key ID: A6ABAAA9268F9F4F
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ var hiddenCommentTypeGroups = hiddenCommentTypeGroupsType{
/*14*/ issues_model.CommentTypeAddTimeManual,
/*15*/ issues_model.CommentTypeCancelTracking,
/*26*/ issues_model.CommentTypeDeleteTimeManual,
/*38*/ issues_model.CommentTypeChangeTimeEstimate,
},
"deadline": {
/*16*/ issues_model.CommentTypeAddedDeadline,