| 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 | 7/1/06 (7222 days ago) |
| Due | |
| Updated | 7/3/06 (7220 days ago) |
| Assigned | |
| Resolved | 7/3/06 (7220 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.