schema extensions
This commit is contained in:
@@ -426,7 +426,7 @@
|
||||
if (this.configuration.paging && typeof items === 'object' && !Array.isArray(items))
|
||||
{
|
||||
// TODO we need to store metadata to allow pagination
|
||||
items = items.items;
|
||||
items = items.data;
|
||||
}
|
||||
|
||||
if (needsFilter)
|
||||
|
||||
Reference in New Issue
Block a user