Redesign: fix assembly members sidebar menu#11699
Conversation
andreslucena
left a comment
There was a problem hiding this comment.
I think the problem is with the layout itself. For what I've seen in others modules we don't have this problem (i.e. with Conferences' Diplomas/Certificates of Attendance).
I'd prefer to just drop this layout altogether:
git rm ./decidim-assemblies/app/views/layouts/decidim/admin/assembly_members.html.erbAnd drop the reference at
Then the layout is inferred using the participatory_space_layout at Concerns::AssemblyAdmin, so everything works as expected.
Can you apply those changes 🙏🏽 ?
c4cea04 to
db00edf
Compare
|
@alecslupu please don't |
The solution proposed was actually removing a template, which made few tests to fail. I tried to revert the change as there was a button on sidebar, then I have moved the button near the title. |
|
Makes perfectly sense!! I didn't take into account the "New assembly member" button thing. |
* feature/renaming-redesign: Use default current participatory space scope as root on scopes_select_tag called from bulk actions restore the imports thing (compilation fails for initiatives) change testing color: dequelabs/axe-core#3513 (comment) Fix admin redesign module (#11648) Apply flash styles to Announcements (#11708) Refactor oneliners of redesigned_a11y.js (#11713) Redesign: fix votings admin module issues (#11704) Add meta robots noindex to search and profile (#10120) Refactor dropdown scroll to menu (#11710) Remove unused partial Remove REDESIGN_PENDING obsolete comand Redesign: fix assembly members sidebar menu (#11699) Redesign: fix conferences admin module issues (#11703) Redesign: fix assemblies admin module issues (#11702)



🎩 What? Why?
This PR adds Assembly sidebar to the Assembly member page.
📌 Related Issues
Link your PR to an issue
Testing
📷 Screenshots
Please add screenshots of the changes you are proposing

Before:
After:
