Increased PAGINATION_LIMIT to 250.
This is a quick workaround to show group nodes with 25+ child nodes.
This commit is contained in:
parent
291a0b393e
commit
1c39b4fcd7
@ -9,7 +9,7 @@ RESOURCE_METHODS = ['GET', 'POST', 'DELETE']
|
|||||||
# individual items (defaults to read-only item access).
|
# individual items (defaults to read-only item access).
|
||||||
ITEM_METHODS = ['GET', 'PUT', 'DELETE', 'PATCH']
|
ITEM_METHODS = ['GET', 'PUT', 'DELETE', 'PATCH']
|
||||||
|
|
||||||
PAGINATION_LIMIT = 25
|
PAGINATION_LIMIT = 250
|
||||||
|
|
||||||
_file_embedded_schema = {
|
_file_embedded_schema = {
|
||||||
'type': 'objectid',
|
'type': 'objectid',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user