Keep In process status for new events with same extra id

This commit is contained in:
alejandro.campos@artica.es 2023-04-12 17:46:10 +02:00
parent 2ca27ae15d
commit 23f0ffdf9e
1 changed files with 6 additions and 1 deletions

View File

@ -715,8 +715,13 @@ $table->data[$i++][] = html_print_label_input_block(
)
);
$help_tip = ui_print_help_tip(
__('If there are any "In process" events with a specific Extra ID and a New event with that Extra ID is received, it will be created as "In process" instead.'),
true
);
$table->data[$i][] = html_print_label_input_block(
__('Keep In process status for new events with extra ID'),
__('Keep In process status for new events with extra ID').$help_tip,
html_print_checkbox_switch(
'keep_in_process_status_extra_id',
1,