-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBX-5854: Added base backoffice path to adminUI config #860
Conversation
src/bundle/Resources/public/js/scripts/helpers/cookies.helper.js
Outdated
Show resolved
Hide resolved
src/bundle/Resources/public/js/scripts/helpers/cookies.helper.js
Outdated
Show resolved
Hide resolved
@@ -68,7 +68,7 @@ parameters: | |||
ibexa.site_access.config.admin_group.user_edit.templates.create: '@@ibexadesign/user/create.html.twig' | |||
|
|||
# Content Tree Module | |||
ibexa.site_access.config.admin_group.content_tree_module.load_more_limit: 30 | |||
ibexa.site_access.config.admin_group.content_tree_module.load_more_limit: 5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we sure we want only 5 items?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my bad!!
Co-authored-by: Konrad Oboza <konrad.oboza@ibexa.co>
Co-authored-by: Konrad Oboza <konrad.oboza@ibexa.co>
Co-authored-by: Łukasz Ostafin <ostafin.lucas@gmail.com>
Co-authored-by: Łukasz Ostafin <ostafin.lucas@gmail.com>
c49e195
to
c1fcbed
Compare
Kudos, SonarCloud Quality Gate passed!
|
For @ibexa/javascript-dev,
we would also need to unify used cookies names, as atm we have:
Q&A:
This is just part of the solution for the issue. What needs to be checked here if backoffice path is always properly added to adminUI conig with different siteAccess configurations.
Checklist:
$ composer fix-cs
)