Skip to content

Commit 1d0db5d

Browse files
atarix83vins01-4science
authored andcommitted
Merged in task/dspace-cris-2023_02_x/DSC-2195 (pull request DSpace#2837)
[DSC-2195] Fix issue with community creation when community/collection admin Approved-by: Francesco Molinaro Approved-by: Vincenzo Mecca
2 parents 1619d33 + 3faf30a commit 1d0db5d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/app/shared/dso-selector/modal-wrappers/create-community-parent-selector/create-community-parent-selector.component.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
<span class="px-4 bg-white">{{'dso-selector.create.community.or-divider' | translate}}</span>
1414
</div>
1515
</div>
16+
</div>
17+
<span class="h5 px-2">{{'dso-selector.create.community.sub-level' | translate}}</span>
18+
<ds-dso-selector [configuration]="configuration" [currentDSOId]="dsoRD?.payload.uuid" [types]="selectorTypes" [sort]="defaultSort" (onSelect)="selectObject($event)"></ds-dso-selector>
1619

17-
<span class="h5 px-2">{{'dso-selector.create.community.sub-level' | translate}}</span>
18-
<ds-dso-selector [configuration]="configuration" [currentDSOId]="dsoRD?.payload.uuid" [types]="selectorTypes" [sort]="defaultSort" (onSelect)="selectObject($event)"></ds-dso-selector>
19-
</div>
20+
</div>
2021
</div>

0 commit comments

Comments
 (0)