Opened 13 years ago
Closed 13 years ago
#18718 closed defect (bug) (fixed)
No error feedback on non-existent term screen
Reported by: | johnbillion | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | minor | Version: | 3.3 |
Component: | Taxonomy | Keywords: | has-patch |
Focuses: | Cc: |
Description
If you access the editing screen for a non-existent term you won't see an error message. In addition there's a PHP notice shown in the term description textarea.
Attachments (3)
Change History (8)
#2
@
13 years ago
Updated patch to prevent a bunch of PHP warnings that show up when attempting to save a non-existent term (ie. one that has been deleted since the user started editing it).
Note: See
TracTickets for help on using
tickets.
Patch which adds an error message. Uses the same string as the post editing screen so it's not a new string.