#1964 closed defect (bug) (fixed)
Fix viewing pages with the same slug
Reported by: | davidhouse | Owned by: | ryan |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.6 |
Component: | General | Keywords: | pages bg|has-patch |
Focuses: | Cc: |
Description
Previously, when you had two pages with the same slug, viewing them would result in both being combined into one page. This patch fixes that behaviour, using the same code as that which is used in similar situations for categories.
Attachments (2)
Note: See
TracTickets for help on using
tickets.
New patch to fix bug: when viewing a parent page, all its child pages were being shown as well.