MantisBT: master f2d6a668

Author Committer Branch Timestamp Parent
naveenbali vboctor master 2016-03-14 22:59 master 00d2fd70
Affected Issues  0020198: Deleting category should be blocked if category has issues associated with it
Changeset

Don't allow deletion of category having issues.
Deleting category is blocked if category has issues associated with it.
Move query to core/category_api.php and created functions
category_can_delete, category_ensure_can_delete

Added error parameters and defined category_delete_confirm_msg
Fixes 0020198

mod - core/category_api.php Diff File
mod - core/constant_inc.php Diff File
mod - lang/strings_english.txt Diff File
mod - manage_proj_cat_delete.php Diff File