-
-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5.x] Add Nav & Collection Tree Saving events #10625
[5.x] Add Nav & Collection Tree Saving events #10625
Conversation
i think you are missing the changes to handle the
something like:
and return same changes for the delete part. |
changes looks good :) no idea but is this change also needed for delete? And also for NavTree to work correctly with NavTree Events? |
Deleting in the CP only happens by deleting the whole nav, so it shouldn't need UI. |
Do you really need the Deleting events at the moment? This can prevent the tree from being deleted, but that doesn't stop the nav from being deleted. |
Nope. Dump them if they are causingproblems. |
Someone was looking for NavTreeSaving and CollectionTreeSaving in discussions earlier: #10618
This PR adds them.
Closes statamic/ideas#1207.