Summary | Admin Tabs (Setup) not working |
Queue | Horde Base |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | chuck (at) horde (dot) org |
Requester | thomas (at) gelf (dot) net |
Created | 01/23/2006 (7076 days ago) |
Due | |
Updated | 01/24/2006 (7075 days ago) |
Assigned | 01/23/2006 (7076 days ago) |
Resolved | 01/24/2006 (7075 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Admin Tabs (Setup) not working
Queue ⇒ Horde Base
New Attachment: horde_tabs_bug.diff
work. I tracked the error down to a "naming error" in
horde/templates/javascript/form_sections.js:
'_section_' + openSectionId
doesn't exist, but there is
instanceName + '_section_' + openSectionId
Patch is attached - but please check if it does things as you would like to do
them. I wasn't able to find out if you would like to call tabs with or without
instanceName. If your intention was to add instanceName I would suggest
to add it also to '_tab_' + sectionId.
Best regards,
Thomas Gelf