#5563 - Trying to rename the codename for a gallery fails
| Identifier | #5563 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | Trying to rename the codename for a gallery fails |
| Status | Completed |
| Tags |
Roadmap: v11 (custom) |
| Handling member | PDStig |
| Version | 11 alpha2 |
| Addon | galleries |
| Description | When trying to rename the codename of a gallery, it fails (Gallery does not exist via do-next).
Check to see if the same thing happens for other content types and fix accordingly. |
| Steps to reproduce | |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
The edit_gallery function was trying to locate the existing gallery by new codename when it should have been using old codename (new codename does not exist yet if renaming).