mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
fix issue where combining entities and authority control in the same field wouldn't work
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
[ngClass]="{ 'section-focus' : sectionRef.isSectionActive() }"
|
||||
[mandatory]="sectionData.mandatory"
|
||||
[submissionId]="submissionId"
|
||||
[sectionType]="sectionData.sectionType"
|
||||
[sectionId]="sectionData.id">
|
||||
<ngb-accordion #acc="ngbAccordion"
|
||||
*ngIf="(sectionRef.isEnabled() | async)"
|
||||
|
Reference in New Issue
Block a user