Summary | [patch] addAttribute API call doesn't check ticket validity |
Queue | Whups |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | bklang (at) horde (dot) org |
Created | 07/01/2006 (7051 days ago) |
Due | |
Updated | 07/03/2006 (7049 days ago) |
Assigned | |
Resolved | 07/03/2006 (7049 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
mentioning is that gettext calls (the _() bits) need double quotes;
otherwise the gettext tools don't pick up the strings for translation.
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ addAttribute API call doesn't check ticket validity
Queue ⇒ Whups
New Attachment: whups-addAttribute-descriptive-errors.patch
When an attribute change is attempted the ticket isn't validated for
existence or permission before the modification. This patch
implements that check.
It also removes a redundant check for arg presence and changes the
error messages to be more helpful.