You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dug a bit into it and got it working so far, that the new handle is stored and the filename is changed too. A problem I discovered along the way: The breadcrumb navigation does not know anything about the new handle and still pointing to the old handle header, as well the current url is the one for the old handle.
The breadcrumb should implemented as a VueJS component, that is aware of the change. This changes the breadcrumb and somehow modifies the current url
Whenever the handle changed, Statamic must redirect to the new handle.
Can not change navigation handle
Bug Description
The
handle
of a navigation can not be changed once it got created.How to Reproduce
Header
.Header
navigation and change the title to Footer and the handle to footer and save it.Extra Detail
On the filesystem level you will see, that the file is named
header.yaml
and this stays the same after renaming the handle.Environment
Statamic version: master
PHP version: 7.4
Install method (choose one):
statamic/statamic
The text was updated successfully, but these errors were encountered: