Opened 14 years ago
Closed 11 years ago
#14188 closed defect (bug) (fixed)
Quick Edit Parentage
Reported by: | filosofo | Owned by: | filosofo |
---|---|---|---|
Milestone: | 3.7 | Priority: | lowest |
Severity: | minor | Version: | 3.0 |
Component: | Administration | Keywords: | has-patch 3.7-early commit |
Focuses: | Cc: |
Description
If you change a page's page via quick edit, the page item stays below its current parent.
It seems to me that it ought to move underneath the new parent or disappear if that parent is not on the current page.
Attachments (3)
Change History (23)
#6
@
12 years ago
- Cc mdhansen@… removed
Updated diff to patch the correct file and confirmed it is working as expected.
#11
follow-up:
↓ 12
@
11 years ago
@DrewAPicture + @MikeHansenMe, can someone look at this and determine if all is still well?
#12
in reply to:
↑ 11
@
11 years ago
- Keywords commit added; dev-feedback removed
Replying to wonderboymusic:
@DrewAPicture + @MikeHansenMe, can someone look at this and determine if all is still well?
14188.2.diff still works great for me.
#14
@
11 years ago
If the parent doesn't exist on this page then it hides the row altogether.
Hmm. I'd argue this is actually pretty unexpected and jarring behavior.
#16
@
11 years ago
- Milestone changed from 3.7 to 3.8
- Resolution fixed deleted
- Status changed from closed to reopened
Note: See
TracTickets for help on using
tickets.
Patch checks if an edited page has a new parent and moves the row underneath that one. If the parent doesn't exist on this page then it hides the row altogether.
The AJAX response does not include
—
es to indicate that the page is a child of another - which makes sense with the current functionality because the child page isn't in the right place anyway. Fixing this is going to be a bit messy though.