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 | 11/08/2007 (6450 days ago) |
Due | |
Updated | 11/09/2007 (6449 days ago) |
Assigned | |
Resolved | 11/09/2007 (6449 days ago) |
Github Issue Link | |
Github Pull Request | |
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.
Priority ⇒ 1. Low
New Attachment: HK-GW-Deleting_categories.patch
Queue ⇒ Horde Base
Summary ⇒ Deleting categories fails
Type ⇒ Bug
State ⇒ Unconfirmed
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.