Ticket #69 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

Pages created with the same name in different course folders causes 2 problems

Reported by: tom Owned by: brent
Priority: major Milestone: 2.0.0-beta
Component: General Version: New Orleans 2.0.0-rc2
Keywords: Pages created same name Cc:

Description

Creating 2 or more pages with the same name in different course folders of the same course causes 2 potential problems:

1. Multiple URLs highlighted in left navigation: Unless the user checked the box to show folder name in the URL, the objects with the same name will share exactly the same path.

2. The order tool doesn't always work properly (again because the files share the same name and path). Sometimes objects move up/down when they are supposed to and sometimes they don't.

Note: The course folders were created like this to cause the bug: /Exams/index.htm and /Assignments/index.htm and /Syllabus/index.htm etc.

Change History

Changed 6 years ago by brent

  • status changed from new to closed
  • resolution set to fixed

Fixed in 2.0.0-rc3 in changeset 2713. Navigation now selects on an objects full path instead of id. Navigation no longer calls getObject() (unless the object is a link). Ordering now works.

Note: See TracTickets for help on using tickets.