View Issue Details

IDProjectCategoryView StatusLast Update
0006048mantisbtsqlpublic2007-12-20 01:37
ReporterGoga Assigned Tojreese  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version0.19.2 
Summary0006048: mantis_bug_table: 'category' field should have ID of a category
Description

The 'category' field in 'mantis_bug_table' has textual value, but in such cases usually IDs are used.

There is a table 'mantis_project_category_table' with fields:
project_id, category, user_id (with values, e.g. '2', 'sql', '3')

It should be complemented with a field like 'category_id' to look like:
project_id, category_id, category, user_id (with values, e.g. '2', '1', 'sql', '3')

So 'category' field in 'mantis_bug_table' have value not 'sql' but '1'.

TagsNo tags attached.

Relationships

duplicate of 0008435 closedjreese Implement Global and Inheriting Categories Structure 
related to 0008606 closedplanser Problem with categories 

Activities

There are no notes attached to this issue.