Problem/Motivation
Recent changes in navigation module(which brings 3 regions in navigation top bar - Issue - https://www.drupal.org/project/drupal/issues/3484564) make Gin form actions(Save, delete, hide side bar panel etc) as well as More actions(local tasks such as Edit, View, Delete, Revisions) disappear.
Steps to reproduce
1. Install latest Drupal 11.x-dev.
2. Install gin theme.
3. Enable navigation and navigation_top_bar module.
For node creation:
4. Go to /node/add/article.
5. See that the Save button is missing from the page, along with Hide pannel button.
For node edit:
1. Try to edit already created node.
2. See that the Save button, Delete and Hide panel buttons are missing.
Proposed resolution
Change top-bar--gin.html.twig compatible with the 3 regions introduced in this commit.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| edit_node.png | 85.29 KB | amangrover90 | |
| create_node.png | 57.8 KB | amangrover90 |
Issue fork gin-3495024
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
amangrover90 commentedComment #4
amangrover90 commentedComment #11
saschaeggiThanks! I've went ahead and included some more outstanding implementations to expose local actions as well as a temporary solution.