Opened 12 years ago
Closed 12 years ago
#28192 closed defect (bug) (duplicate)
Bulk actions on users form.
| Reported by: | Knappster | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Users | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
When trying to bulk delete a large number of users (400+) it fails due to a 'Request-URI Too Large' error. The forms method for the users controls should be changed to a POST request not a GET. Changing the forms method to POST in Chrome's web developer tools confirms the bulk delete works as a post request perfectly fine.
All other controls on the form seem unaffected by changing the request method to POST.
Change History (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #10762.