We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When batch actions are disabled the .table_tools div is not rendered. However the sidebar is unconditionnaly hidden using javascript here:
.table_tools
light_admin/app/assets/javascripts/light_admin/filters_toggle.js
Lines 4 to 8 in 335d178
The only way to show the sidebar is by clicking on the "Filters" button but it's never added to the DOM since the .table_tools element is missing:
Line 2 in 335d178
Note that all sidebard are affected by this, not only the filters panel in the sidebar.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When batch actions are disabled the
.table_tools
div is not rendered. However the sidebar is unconditionnaly hidden using javascript here:light_admin/app/assets/javascripts/light_admin/filters_toggle.js
Lines 4 to 8 in 335d178
The only way to show the sidebar is by clicking on the "Filters" button but it's never added to the DOM since the
.table_tools
element is missing:light_admin/app/assets/javascripts/light_admin/filters_toggle.js
Line 2 in 335d178
Note that all sidebard are affected by this, not only the filters panel in the sidebar.
The text was updated successfully, but these errors were encountered: