MantisBT: master 30d2400e

Author Committer Branch Timestamp Parent
cas dregad master 2022-09-24 07:47 master 7abd1309
Affected Issues  0031017: Allow disabling Categories
Changeset

Implementing the Status field of a category

The status field in the Category table is present for quite some time
but not being used.

Categories can be deactivated, meaning that they will no longer be
available when creating or updating an issue. Existing issues will keep
their current category even if it is deactivated.

Fixes 0031017

This is the original contribution by @cas from the pull request
https://github.com/mantisbt/mantisbt/pull/1853, with all subsequent
corrective commits squashed, and commit message reformatted.

Signed-off-by: Damien Regad dregad@mantisbt.org

mod - bug_report_page.php Diff File
mod - bug_update_page.php Diff File
mod - core/category_api.php Diff File
mod - core/constant_inc.php Diff File
mod - core/print_api.php Diff File
mod - lang/strings_english.txt Diff File
mod - manage_proj_cat_edit_page.php Diff File
mod - manage_proj_cat_update.php Diff File
mod - manage_proj_edit_page.php Diff File
mod - manage_proj_page.php Diff File