Problem/Motivation
Just installed this module, and noticed that on the list of group blocks, the "Relate block" button goes to the form for creating a new block and the "Create block" button goes to the form for relating an existing block to the group. Seems like the button labels should be switched, right?
Steps to reproduce
Enable module, navigate to a group block list page, inspect buttons at top of View.
Proposed resolution
Switch the "titles" in groupblock.links.action.yml
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | button_text_switched-3476515-2.patch | 605 bytes | jparmar |
Comments
Comment #2
jparmar commentedAdded patch to switch labels of button
Comment #3
jparmar commentedComment #4
simohell commentedOn it's own the patch works, but in the big picture it seems that actually the titles are correct and links are switched, so this is not the correct fix.
Why I say the text is correct is, that both Group Node and Group Media first show "relate" (add) first and "create" (create) second. And I very much think we should keep the same order to be consistent. Switching the route names instead ot the titles should work fine.
Comment #6
lobsterr commentedThank you for your contribution