[Library|Trunk]
Claims: when selecting the next entity to link, use the click-outside event that closes the modal git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@57263 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
90cb8cc007
commit
bb1b22c15b
|
@ -278,7 +278,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<modal-alert (alertOutput)="closeSelectionModal($event)" (click)="closeSelectionModal()">
|
<modal-alert (alertOutput)="closeSelectionModal($event)" >
|
||||||
<div class="uk-grid uk-text-center uk-margin-expand uk-padding uk-child-width-1-3">
|
<div class="uk-grid uk-text-center uk-margin-expand uk-padding uk-child-width-1-3">
|
||||||
|
|
||||||
<div *ngIf="showOptions.linkToEntities.indexOf('project')!=-1 " (click)="closeSelectionModal('project')"
|
<div *ngIf="showOptions.linkToEntities.indexOf('project')!=-1 " (click)="closeSelectionModal('project')"
|
||||||
|
|
Loading…
Reference in New Issue