Merge pull request #1442 from dangarbar/ft/due-date-header

Added due date icon to detail view header
stable
Alex Hermida 2018-04-24 22:02:56 +02:00 committed by GitHub
commit 21f1d092e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -169,7 +169,7 @@
"DUE_DATE": {
"TITLE_ACTION_SET_DUE_DATE": "Set due date",
"DUE_SOON": "due soon",
"PAST_DUE": "past due",
"PAST_DUE": "past due date",
"NO_LONGER_APPLICABLE": "no longer applicable"
},
"ASSIGNED_USERS": {

View File

@ -19,7 +19,12 @@
ng-click="vm.editSubject(true)"
)
tg-svg.detail-edit.e2e-detail-edit(svg-icon="icon-edit")
tg-due-date(
due-date="vm.item.due_date"
due-date-status="vm.item.due_date_status"
ng-if="vm.item.due_date"
is-closed="vm.item.is_closed"
)
.edit-title-wrapper(ng-if="vm.editMode")
input.edit-title-input.e2e-title-input(
type="text"