[ACA-1033] pagination fixes (#95)

* pagination fixes

* test fixes
This commit is contained in:
Denys Vuika
2017-11-28 20:03:35 +00:00
committed by Cilibiu Bogdan
parent 79f8ec33a9
commit c1e9001c38
14 changed files with 64 additions and 23 deletions

View File

@@ -23,7 +23,7 @@ class TestClass extends PageComponent {
node: any;
constructor() {
super();
super(null);
}
fetchNodes(parentNodeId?: string, options?: any) {