MantisBT: master 100c3d58

Author Committer Branch Timestamp Parent
dregad dregad master 2020-12-19 07:06 master 702488e6
Affected Issues  0027768: When deleting a project, there should be information of how many (if any) issues are affected
Changeset

Improve Project delete confirmation message

The 'project_delete_msg' string now includes the bug count in addition
to the Project's name.

New Project API function project_get_bug_count() returns the number
of issues associated to the given project.

Fixes 0027768

mod - core/project_api.php Diff File
mod - lang/strings_english.txt Diff File
mod - manage_proj_delete.php Diff File