mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1344] Old directive selectors should still be usable (#4217)
This commit is contained in:
committed by
Eugenio Romano
parent
0ae251ce21
commit
aa852e7b48
@@ -1,5 +1,5 @@
|
||||
<div class="adf-search-text-header">
|
||||
<ng-content select="[adf-people-search-title]"></ng-content>
|
||||
<ng-content select="[adf-people-search-title], [people-search-title]"></ng-content>
|
||||
</div>
|
||||
|
||||
<adf-people-search-field [performSearch]="performSearch" (rowClick)="onRowClick($event)"></adf-people-search-field>
|
||||
@@ -9,6 +9,6 @@
|
||||
{{'ADF_TASK_LIST.PEOPLE.DIALOG_CLOSE' | translate }}
|
||||
</button>
|
||||
<button mat-button type="button" id="add-people" (click)="involveUserAndClose()">
|
||||
<ng-content select="[adf-people-search-action-label]"></ng-content>
|
||||
<ng-content select="[adf-people-search-action-label], [people-search-action-label]"></ng-content>
|
||||
</button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user