Needs work
Project:
Navigation Extra Tools
Version:
1.4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2026 at 15:14 UTC
Updated:
26 Jan 2026 at 02:26 UTC
Jump to comment: Most recent
When the project browser clear storage option was added, I don't think project browser had its own cache.
Now it does, so it might be useful to add a "clear project browser cache" option.
N/A
Add a Project Browser->Clear cache option.
deleteAll() method of the "cache.project_browser" service.New clear cache option.
None.
None.
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 #4
nickolajAdded "Clear cache" option to Project Browser menu that uses `cache.project_browser` service's `deleteAll()` method. Includes routing, menu deriver update, and functional test.
Comment #5
nickolajAdded "Clear cache" option to Project Browser menu that uses `cache.project_browser` service's `deleteAll()` method. Includes routing, menu deriver update, and functional test.
Comment #6
lostcarpark commentedI've made a suggestion to change the permission on the new menu option, which will also need a change to the parent.
The "Upgrade" test is failing for "previous major". I think that's unrelated to this change, but I'd like to understand why.