Opened 17 years ago
Last modified 3 years ago
#6619 new enhancement
permalink field misleading in page editor: it displays the erroneous values
Reported by: | Denis-de-Bernardy | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | Editor | Keywords: | needs-patch |
Focuses: | Cc: |
Description
if you create a sub-page, the permalink field should display the proper permalink.
currently, if you have:
site.com/page/
and when you create:
site.com/page/subpage/
the permalink shows:
site.com/subpage/
until it gets saved
the expected behavior would be for it to show the correct permalink.
the same remark applies when you then change the permalink. if the parent is no longer page, but rather page-2, then the permalink should update accordingly.
Change History (12)
#2
@
17 years ago
fetching the parent page's permalink (or the site's url) without autosaving also works
D.
#4
@
16 years ago
- Component changed from Administration to JavaScript
- Keywords needs-patch added
- Owner changed from anonymous to azaozz
- Type changed from defect (bug) to enhancement
Note: See
TracTickets for help on using
tickets.
The only way to do this would be to fire the autosave when the parent is changed I guess.