disable ADF-551 due to conflicts with Permissions feature

This commit is contained in:
Denys Vuika
2017-05-12 12:44:59 +01:00
committed by Eugenio Romano
parent be062917b8
commit 27ba99d11e

View File

@@ -210,6 +210,8 @@ export class DocumentListComponent implements OnInit, OnChanges, AfterContentIni
this.setupDefaultColumns();
}
// TODO: commented out as Permissions feature (Context Menus and Row Actions) breaks all component functionality
/*
if (this.sorting) {
const [ key, direction ] = this.sorting;
@@ -218,6 +220,7 @@ export class DocumentListComponent implements OnInit, OnChanges, AfterContentIni
direction: direction || 'asc'
});
}
*/
}
ngOnChanges(changes: SimpleChanges) {