Merge branch 'ent-10236-14934-module-bulk-operations-anade-dynamic-interval-a-los-modulos-a-pesar-de-estar-en-none' into 'develop'

Ent 10236 14934 module bulk operations anade dynamic interval a los modulos a pesar de estar en none

See merge request artica/pandorafms!5471
This commit is contained in:
Diego Muñoz-Reja 2023-02-01 14:17:15 +00:00
commit acb7416148
1 changed files with 6 additions and 0 deletions

View File

@ -2143,6 +2143,12 @@ function process_manage_edit($module_name, $agents_select=null, $module_status='
}
break;
case 'dynamic_interval':
if ($value !== '-2') {
$values[$field] = $value;
}
break;
case 'plugin_pass':
if ($value != '') {
$values['plugin_pass'] = io_input_password($value);