Skip to content

Commit

Permalink
EZP-29154: As a developer, I want to configure the number of sub-item…
Browse files Browse the repository at this point in the history
…s displayed in the sub-items list
  • Loading branch information
mikadamczyk committed May 24, 2018
1 parent 07329b9 commit f1d81cf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Resources/public/js/MultiFileUpload.module.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/public/js/SubItems.module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/public/js/SubItems.module.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/public/js/UniversalDiscovery.module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/modules/sub-items/sub.items.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ SubItemsModule.defaultProps = {
message: 'This location has no sub-items'
}
},
limit: 10,
limit: parseInt(window.eZ.adminUiConfig.subItems.limit, 10),
offset: 0,
contentTypesMap: {},
totalCount: 0
Expand Down

0 comments on commit f1d81cf

Please sign in to comment.