Avoid doble sprint button during issue loading

stable
Álex Hermida 2018-08-02 17:05:49 +02:00 committed by Alex Hermida
parent 076f122982
commit 6f7bc17847
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"
) )