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: ibotty 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)

  • Keywords close added; WP_List_Table removed

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

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.

  • Keywords close removed
Note: See TracTickets for help on using tickets.