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
Even though slugs aren’t technically used by singles, that attribute is still created and populated on creation. A bit nice because if you’re finding an entry, you can use the same API (slug => 'xyz'), no matter which section type.
But, that Single's slug isn't updated whenever you edit it's title or URI.
This may not be a bug at all, but more of a question on whether it should be updated or not, or at least something to note if #3368 ever happens. It just seems odd that the attribute lives there but is never touched after creation.
Steps to reproduce
Create single.
View the slug attribute for that single.
Edit single.
Observe unchanged slug.
Additional info
Craft version: 3.1.6
PHP version: 7.1.24
The text was updated successfully, but these errors were encountered:
Description
Even though slugs aren’t technically used by singles, that attribute is still created and populated on creation. A bit nice because if you’re finding an entry, you can use the same API (slug => 'xyz'), no matter which section type.
But, that Single's slug isn't updated whenever you edit it's title or URI.
This may not be a bug at all, but more of a question on whether it should be updated or not, or at least something to note if #3368 ever happens. It just seems odd that the attribute lives there but is never touched after creation.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: