-
Notifications
You must be signed in to change notification settings - Fork 127
Deleting a template group's index results in a confirmation but also fails #532
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
Comments
The template is actually being deleted, it's just being recreated right after (if you check the contents, it should be empty) - and this happens if you have "set templates as files" setting turned on. So as such, the message is correct Do you think there needs to be another message saying the template has been automatically created? (I'd say no) |
Makes sense, but I think the fact that index pages have a special status that isn't reflected in the UI results in confusion. Here are some thoughts, some good, some maybe not:
|
Thank you - I'll pass these with the team and we'll see which is the better path to improve things |
…ng-index-template Resolved #532 where index template could be deleted but then immediately recreated
In EE 5.3.2 I tried to delete the index template of a template group. I got a message that it was successful, but it still existed.
How To Reproduce
I actually presume this is the intended behavior, in which case the message should be an error instead of a confirmation.
The text was updated successfully, but these errors were encountered: