MantisBT: master 8aafaaf4

Author Committer Branch Timestamp Parent
dregad dregad master 2014-02-05 02:51 master a0ae5ce0
Affected Issues  0011290: Create Clone access to reporters
Changeset

Allow Reporters to Clone issues

Previously, users needed to have update_bug_threshold to be able to
clone issues, since the creation of a relationship with the parent bug
requires to update it.

This patch lets Reporters clone issues and allows them to create a
relationship with the parent, even if they lack updater access.

Fixes 0011290 (implements option 3)

mod - bug_report.php Diff File
mod - bug_report_page.php Diff File
mod - core/html_api.php Diff File