#1964 closed defect (bug) (fixed)
Fix viewing pages with the same slug
| Reported by: | davidhouse | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 1.6 |
| Severity: | normal | Keywords: | pages bg|has-patch |
| Cc: | Focuses: |
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)
Change History (6)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
New patch to fix bug: when viewing a parent page, all its child pages were being shown as well.