Avoid doble sprint button during issue loading
parent
076f122982
commit
6f7bc17847
|
@ -8,7 +8,7 @@ a.assign-issue-button.button-gray.is-editable.button-unset(
|
||||||
|
|
||||||
a.assign-issue-button.button-gray.is-editable.button-set(
|
a.assign-issue-button.button-gray.is-editable.button-set(
|
||||||
href=""
|
href=""
|
||||||
ng-show="issue.milestone"
|
ng-show="issue && issue.milestone"
|
||||||
tg-check-permission="modify_issue"
|
tg-check-permission="modify_issue"
|
||||||
title="{{ 'ISSUES.ACTION_DETACH_SPRINT' | translate }}"
|
title="{{ 'ISSUES.ACTION_DETACH_SPRINT' | translate }}"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue