mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
disable ADF-551 due to conflicts with Permissions feature
This commit is contained in:
committed by
Eugenio Romano
parent
be062917b8
commit
27ba99d11e
@@ -210,6 +210,8 @@ export class DocumentListComponent implements OnInit, OnChanges, AfterContentIni
|
|||||||
this.setupDefaultColumns();
|
this.setupDefaultColumns();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: commented out as Permissions feature (Context Menus and Row Actions) breaks all component functionality
|
||||||
|
/*
|
||||||
if (this.sorting) {
|
if (this.sorting) {
|
||||||
const [ key, direction ] = this.sorting;
|
const [ key, direction ] = this.sorting;
|
||||||
|
|
||||||
@@ -218,6 +220,7 @@ export class DocumentListComponent implements OnInit, OnChanges, AfterContentIni
|
|||||||
direction: direction || 'asc'
|
direction: direction || 'asc'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnChanges(changes: SimpleChanges) {
|
ngOnChanges(changes: SimpleChanges) {
|
||||||
|
Reference in New Issue
Block a user