#5708 - Theme Zone Listing empty zone options
| Identifier | #5708 |
|---|---|
| Issue type | Trivial issue (does not break functionality) |
| Title | Theme Zone Listing empty zone options |
| Status | Completed |
| Handling member | PDStig |
| Version | 11 alpha2 |
| Addon | core_themeing |
| Description | Go to manage themes, at the bottom it shows "Zones" and the listing of zones for the site. The zones if I am correct should be the created zones that the user created in the site to add different themes to. It appears they have no names displayed and the link lead to an error. I have two zones created and cannot change the thems on those zones.
|
| 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
(Click to enlarge)
(Click to enlarge)
The zones listing on manage themes was broken because the Tempcode was using {1} instead of {_loop_key}. This hotfix fixes that issue.