Merge branch 'RED-8679' into 'master'
RED-8679: added more custom ids. See merge request redactmanager/red-ui!336
This commit is contained in:
commit
64a1f1f41b
@ -14,6 +14,8 @@
|
|||||||
[noMatchText]="'dossier-templates-listing.no-match.title' | translate"
|
[noMatchText]="'dossier-templates-listing.no-match.title' | translate"
|
||||||
[selectionEnabled]="true"
|
[selectionEnabled]="true"
|
||||||
[tableColumnConfigs]="tableColumnConfigs"
|
[tableColumnConfigs]="tableColumnConfigs"
|
||||||
|
[rowIdPrefix]="'dossier-template'"
|
||||||
|
[namePropertyKey]="'name'"
|
||||||
></iqser-table>
|
></iqser-table>
|
||||||
|
|
||||||
<ng-template #bulkActions>
|
<ng-template #bulkActions>
|
||||||
|
|||||||
@ -75,6 +75,7 @@
|
|||||||
[attr.help-mode-key]="'new_dossier'"
|
[attr.help-mode-key]="'new_dossier'"
|
||||||
[label]="'dashboard.empty-template.new-dossier' | translate"
|
[label]="'dashboard.empty-template.new-dossier' | translate"
|
||||||
[type]="iconButtonTypes.primary"
|
[type]="iconButtonTypes.primary"
|
||||||
|
[buttonId]="(dossierTemplate.name | snakeCase) + '-icon-button'"
|
||||||
icon="iqser:plus"
|
icon="iqser:plus"
|
||||||
></iqser-icon-button>
|
></iqser-icon-button>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user