Summary | Deleting categories fails |
Queue | Horde Base |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | wrobel (at) horde (dot) org |
Created | 2007-11-08 (4820 days ago) |
Due | |
Updated | 2007-11-09 (4819 days ago) |
Assigned | |
Resolved | 2007-11-09 (4819 days ago) |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
I've committed the change. I renamed add() for good measure, though
that wasn't broken for me.
Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Summary ⇒ Deleting categories fails
Queue ⇒ Horde Base
New Attachment: HK-GW-Deleting_categories.patch
https://intevation.de/roundup/kolab/issue2101
The reason seems to be that the JavaScript "remove()" function gets
confused with a function of a similar name.
If you click on the "Delete" icon all that happens is that the icon
gets removed. Instead the form should get submitted with "action" set
to "remove".
Renaming the java script function to "removeCategory" fixed the issue for me.
Since I don't know where the functions get confused it might also be a
configuration issue from my side. I'm using Firefox 2.0.0.6 but I
don't know if that is relevant.
Advice appreciated.