It would be nice to open a vertical tab via an anchor set in the url (example.com/node/{nid}/edit#group_name).
Use-case / Explanation:
I have a node with some grouped content (fieldsets). In the node view I added for each group a button to edit the content of the field group. This link is just a node edit link with a fragment identifier (named anchor) to node/nid/edit#group_name. When the edit-page is viewed I want that the tab (specified in the URL) will be shown. It's still not inline editing but will come close to it.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | vertical_tabs.js-701370-1.patch | 1.83 KB | osopolar |
Comments
Comment #1
osopolarHere is the patch to solve this request.
Comment #2
osopolarComment #3
dave reidDuplicate of #376293: Activate current vertical tab from URL fragment