mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#581 fix document list data loading
- reduce amount of unnecessary data reloads
This commit is contained in:
@@ -257,12 +257,6 @@ describe('DocumentList', () => {
|
||||
expect(calls).toBe(1);
|
||||
});
|
||||
|
||||
it('should reload on binding changes', () => {
|
||||
spyOn(documentList, 'reload').and.stub();
|
||||
documentList.ngOnChanges();
|
||||
expect(documentList.reload).toHaveBeenCalled();
|
||||
});
|
||||
|
||||
it('should execute context action on callback', () => {
|
||||
let action = {
|
||||
node: {},
|
||||
|
Reference in New Issue
Block a user