Do not show additional attachments info in create form

pull/6139/head
Henriette Dinger 7 years ago
parent 11e2354657
commit e015f93f50
  1. 6
      frontend/app/components/wp-attachments/wp-attachment-list/wp-attachment-list-item.html

@ -10,7 +10,11 @@
download>
{{ ::attachment.fileName || attachment.customName || attachment.name }}
<authoring class="work-package--attachments--info" created-on="attachment.createdAt" author="attachment.author" show-author-as-link="false"></authoring>
<authoring class="work-package--attachments--info"
created-on="attachment.createdAt"
author="attachment.author"
show-author-as-link="false"
ng-if="!$ctrl.workPackage.isNew"></authoring>
</a>
</span>
<a

Loading…
Cancel
Save