************* Adjustments needed in config_inc.php // define level needed to be allowed to move attachments $g_move_attachments_threshold = DEVELOPER; ************************* Adjustements needed to customs_strings_inc.php add the following lined just before the closing tag: # 4 move attachments $s_move_attachments ='Move attachments'; $s_move_attachments_tip ='Check to move attachments from parent to clone'; ************************************** Adjustments needed in bug_report_page.php and bug_report_advanced_page.php Add the following section: 0 ) { if ( access_has_project_level( config_get( 'move_attachments_threshold' ) ) ) { ?>