Skip to content

Commit

Permalink
feat(documents): hide related entities tab
Browse files Browse the repository at this point in the history
In the case of import, we hide the related entities tab.

Co-Authored-by: Bertrand Zuchuat <[email protected]>
  • Loading branch information
Garfield-fr committed Jan 10, 2024
1 parent 66cf714 commit 7821114
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h3 id="{{ 'doc-altgr-title-' + i }}">{{ altgr_title }}</h3>
</tab>
<!-- END OF DESCRIPTION TAB -->
<!-- ENTITIES RELATED -->
<tab id="documents-entities-tab" tabOrder="3" [active]="!record.metadata.pid">
<tab *ngIf="!record.metadata.harvested && record.metadata.pid" id="documents-entities-tab" tabOrder="3">
<ng-template tabHeading>
<i class="fa fa-cubes mr-1"></i> {{ 'Related Entities' | translate }}
</ng-template>
Expand Down

0 comments on commit 7821114

Please sign in to comment.