Issue 4239: Deprecated attachments are not checked as deprecated

stable
Alejandro Alonso 2016-05-25 08:36:23 +02:00
parent 4f9246ee5e
commit 1d0f7c7ba7
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ form.single-attachment(
input(
type="checkbox"
ng-model="vm.form.is_deprecated"
ng-checked="vm.attachment.getIn(['file', 'is_deprecated'])"
name="is-deprecated"
id="attach-{{::vm.attachment.getIn(['file', 'id'])}}-is-deprecated"
)