History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BAMB-127
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: JR Boyens
Reporter: JR Boyens
Votes: 0
Watchers: 0
Operations

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

Enforce Forum, Category, Topic unique-ness with primary key constraints

Created: 02/May/04 05:20 PM   Updated: 22/Sep/04 08:23 PM
Component/s: None
Affects Version/s: 1.0
Fix Version/s: 2.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Scale: Bite-sized


 Description  « Hide
Currently you can have 2 forums with the same name and no errors. This is a mistake and assumptions are made throughout the code that contradict this feature.

 All   Comments   Work Log   Change History      Sort Order:
JR Boyens [10/Sep/04 10:13 PM]
Of course this will be bounded by the "super() object".

So a category name must be unique within a forum.

So you could have:

Forum 1:
    Category 1:
    Category 2:

Forum 2:
    Category 1:
    Category 2:

but not:

Forum 1:
    Category 1:
    Category 1:
    Category 2: