Issue Details (XML | Word | Printable)

Key: BCMS-229
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: George Xenoulis
Reporter: George Xenoulis
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
BetaCMS

Duplicate topics (with same name) are allowed in a single taxonomy.

Created: 22/Apr/10 10:31 AM   Updated: 03/May/10 10:16 AM
Component/s: betacms-repository
Affects Version/s: 2.1.1.GA
Fix Version/s: 2.2.0.GA

Time Tracking:
Not Specified


 Description  « Hide
It is currently possible to add many instances of the same topic (same system name) under a single taxonomy or under different taxonomies

A Topic system name should be unique across all Taxonomies in the repository.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
George Xenoulis added a comment - 03/May/10 10:16 AM
Method updateName in TopicUtils is updated so as to check if another topic with the same system name exists, regardless of the taxonomy.
In this case a RepositoryException is thrown (r4326)