Changing album's parent doesn't update URL path #11
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: aheathershaw/blue-twilight#11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changing an album to be a child of a parent should update the URL path so it's always correct.
There should also be a warning on the Edit screen that this will make the album's URL change.
Feature #12 created for a more complete management of redirects.
This can't even be worked around in the database by setting the url_path field to null, as Album.php (line 186) does not persist the model back to the database.
Migrated from https://github.com/andysh-uk/blue-twilight/issues/11