Modify ↓
Opened 17 years ago
Closed 17 years ago
#6780 closed defect (fixed)
Unchecked input on WebAdmin
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | admin/web | Version: | 0.11b1 |
Severity: | minor | Keywords: | |
Cc: | trac-ja@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Bad data will be registered in database by this sequence:
- Open enum fields manage page in WebAdmin.
- Change order listbox's parameter
value_[number]
tovalue_XXX
by DOM-Inspector. - Push
Apply Changes
.
When this sequence done, All users can't show New ticket
, View tickets
and Roadmap
pages with sorting.
TracWebAdmin-plugin for 0.10 has same problem, too.
This problem is happend when user is logged in and has "TICKET_ADMIN" permission.
Attachments (2)
Change History (4)
by , 17 years ago
Attachment: | Trac-0.11b1_inputcheckwebadmin_r382.patch added |
---|
by , 17 years ago
Attachment: | TracWebAdmin-0.1.2r5911_inputcheck_r297.patch added |
---|
patch againsts source:sandbox/webadmin@5911
comment:1 by , 17 years ago
Cc: | added |
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Severity: | normal → minor |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch againsts Trac-0.11b1