Opened 15 years ago
Closed 15 years ago
#11906 closed defect (bug) (invalid)
Bulk edit of pages always changes "Parent"
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | 2.9.1 |
Component: | Editor | Keywords: | reporter-feedback |
Focuses: | Cc: |
Description
When bulk editing several pages, it is not possible to edit the pages without changing the parent setting. In other words, a "-No Change-" option is missing.
For example, if my setup is:
Parent 1
-Sub 1.1
--Sub 1.1.1
Parent 2
-Sub 2.1
--Sub 2.1.1
If I bulk edit pages pages 1.1, 1.1.1, 2.1, and 2.1.1, it is impossible to leave the parent setting at "No Change." Instead, I am forced to select a new parent page, thus destroying my hierarchy.
Change History (4)
Note: See
TracTickets for help on using
tickets.
Cannot reproduce on 2.9.1 or trunk. I'm getting a "- No Change -" option. It definitely exists in core, I can see it in wp-admin/includes.php on line 1131 (on trunk) and 1128 (in 2.9.1).
Perhaps a plugin is mucking with this via the quick_edit_dropdown_pages_args filter?