mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-551] allow setting sorting in html (#1857)
* allow setting sorting in html * readme update * update readme * restore permissions code * - Remove the check permission from the datatable and move inside the documentlist * Remove commented test
This commit is contained in:
committed by
Eugenio Romano
parent
416d8c2a1b
commit
b0be88ec37
@@ -22,6 +22,7 @@ export class ContentActionModel {
|
||||
target: string;
|
||||
permission: string;
|
||||
disableWithNoPermission: boolean;
|
||||
disabled: boolean;
|
||||
|
||||
constructor(obj?: any) {
|
||||
if (obj) {
|
||||
|
Reference in New Issue
Block a user