[#41712] Redundant heading in file section (files + attachments)

https://community.openproject.org/work_packages/41712

Introduced temporary if condition to hide "Attachments" section in WP
file tab.
pull/10471/head
Andreas Pfohl 3 years ago
parent 276aa545d7
commit 8141a046b6
No known key found for this signature in database
GPG Key ID: FF58F3B771328EB4
  1. 3
      frontend/src/app/features/work-packages/components/wp-single-view-tabs/files-tab/op-files-tab.html

@ -1,5 +1,6 @@
<div class="work-packages--attachments-container">
<div class="attributes-group--header">
<!-- The condition below will get replaced when implementing #41905. -->
<div *ngIf="false" class="attributes-group--header">
<div class="attributes-group--header-container">
<h3 class="attributes-group--header-text" [textContent]="text.attachments.label"></h3>
</div>

Loading…
Cancel
Save