Keep In process status for new events with same extra id
This commit is contained in:
parent
2ca27ae15d
commit
23f0ffdf9e
|
@ -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(
|
$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(
|
html_print_checkbox_switch(
|
||||||
'keep_in_process_status_extra_id',
|
'keep_in_process_status_extra_id',
|
||||||
1,
|
1,
|
||||||
|
|
Loading…
Reference in New Issue