Introduce a per-project issue template to hint a reporter to provide
certain information in his issue report (closes issue 540).
This commit is contained in:
@@ -277,7 +277,8 @@ class IDF_Views_Project
|
||||
}
|
||||
} else {
|
||||
$params = array();
|
||||
$keys = array('labels_issue_open', 'labels_issue_closed',
|
||||
$keys = array('labels_issue_template',
|
||||
'labels_issue_open', 'labels_issue_closed',
|
||||
'labels_issue_predefined', 'labels_issue_one_max');
|
||||
foreach ($keys as $key) {
|
||||
$_val = $conf->getVal($key, false);
|
||||
@@ -535,4 +536,4 @@ class IDF_Views_Project
|
||||
),
|
||||
$request);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user