Opened 12 years ago
Closed 12 years ago
#23813 closed defect (bug) (fixed)
3.6-Menus: Menu select should use get instead of post
Reported by: | DrewAPicture | Owned by: | markjaquith |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Menus | Keywords: | 3.6-menus commit |
Focuses: | Cc: |
Description (last modified by )
@helen commented on ticket:23607:20:
Thinking the select a menu form should be get instead of post.
There's a patch on the tracking ticket: ticket:23607:23607.diff
Attachments (3)
Change History (12)
#3
@
12 years ago
Meant to mention that my reasoning for this is so that the URL changes (bookmarking, copying the link, just looking nice) and so that if the user refreshes for some reason after switching the menu it doesn't prompt them about re-submitting form data.
#4
@
12 years ago
- Keywords commit has-patch added
23813.1.diff addresses Helen's second concern on ticket:23607:20.
#5
@
12 years ago
Looks like we use an empty action for forms around the admin rather than just omitting it. Also, there are more forms on the screen. Maybe 23813.2.diff?
#7
@
12 years ago
- Owner set to markjaquith
- Resolution set to fixed
- Status changed from new to closed
In 23807:
Note: See
TracTickets for help on using
tickets.
23813.diff should do it.