
See the attatched screenshot for the dropdown I'm referring to and want to extend. USING:
Mantis 1.2.5
DESCRIPTION:
* On the View all issue page, if one does a multiple select, then you can choose a specific action. However "Clone" is not one of them.
* "Cloning" bug is prefered to sub-projects, not "Copy". The reason is that copy drags all the notes with it in the "Copied" issue and that is not really benificial.
* There exist a config variable $g_custom_group_actions but no single example of how to use this. An example to create this array would already be helpful.
* A solution to only alter the config_inc.php and not adding code to the core Mantis source would ofcourse be best.
NOTES:
Maybe this old 1.1.x info is also related and helpfull to find a solution
http://www.mantisbt.org/wiki/doku.php/m ... issue:7900
I realize implementation is in core/print_api.php
...
function print_all_bug_action_option_list() {
$commands = array(
'MOVE' => lang_get( 'actiongroup_menu_move' ),
'COPY' => lang_get( 'actiongroup_menu_copy' ),
...
Any help solving the issue is really appriciated
