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
Is your feature request related to a problem? Please describe.
When a value is updated, the slug doesn't seem to update.
Describe the solution you'd like
The function should apply whenever the value has been updated.
It'd also be nice to have a "callback" where we can keep track of the last value, and we can say insert that into a table and redirect old slugs to the new slug for bookmarked pages, etc.
Describe alternatives you've considered
This may be possible to be done as is, but I htink having this in the DSL, would be better to have as it's more clear and realted to ash_slug.
Express the feature either with a change to resource syntax, or with a change to the resource interface
Is your feature request related to a problem? Please describe.
When a value is updated, the slug doesn't seem to update.
Describe the solution you'd like
The function should apply whenever the value has been updated.
It'd also be nice to have a "callback" where we can keep track of the last value, and we can say insert that into a table and redirect old slugs to the new slug for bookmarked pages, etc.
Describe alternatives you've considered
This may be possible to be done as is, but I htink having this in the DSL, would be better to have as it's more clear and realted to ash_slug.
Express the feature either with a change to resource syntax, or with a change to the resource interface
Existing:
To
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: