Opened 20 months ago
Last modified 19 months ago
#18851 new enhancement
search form in edit.php should keep parameters it does not understand
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
the component is class-wp-list-table.php.
if you carry along some kind of status in the url in the post list (e.g. url=https://example.com/wp-admin/edit.php?post_type=post&my_status="abcdefg") the search field should not remove the parameter.
Change History (3)
yes. that is clear.
but instead of returning to the original url (with some parameters in it), afair it returns to a url w/o these parameters.
hope, that clears things up.
Note: See
TracTickets for help on using
tickets.

The search form simply posts back a form. Anything that isn't a form input won't get submitted.