Closed (fixed)
Project:
Frontend Editing
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2026 at 09:12 UTC
Updated:
14 May 2026 at 14:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
a.dmitriiev commentedComment #4
hanan alasariComment #5
hanan alasariTested MR !168 locally on Drupal 10.6.2.
- Enabled navigation and navigation_top_bar.
- Confirmed frontend_editing is enabled.
- Set frontend_editing.settings:ui_toggle to false.
- Added access frontend editing and access navigation permissions.
Result:
- The Navigation top bar is active.
- The Frontend Editing toggle appears on frontend pages.
- The toggle can be switched on/off.
- State is preserved after reload.
- Editing worked on another tested node.
Manual test for the reported scenario works as expected.
One note: I also ran ToolbarToggleTest. The classic toolbar test passes, but the Navigation test fails locally because no .frontend-editing-toggle-link is rendered on /user/{id}. This may be core-version dependent; in my setup navigation_top_bar also had to be enabled, and the toggle was visible on frontend content pages.
Comment #6
hanan alasariComment #7
hanan alasariComment #8
a.dmitriiev commentedAdding some screenshots for before navigation module enabled:
and after:
Comment #10
a.dmitriiev commented