Merged in bugfix/PMCORE-1705 (pull request #7407)

PMCORE-1710

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Henry Jonathan Quispe Quispe
2020-06-29 20:46:55 +00:00
committed by Julio Cesar Laura Avendaño
4 changed files with 30 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -25409,6 +25409,18 @@ msgstr "Error: Thread status does not exist for the application {0}."
msgid "Thu"
msgstr "Thu"
# TRANSLATION
# LABEL/ID_TIMER_EVENT
#: LABEL/ID_TIMER_EVENT
msgid "Timer event"
msgstr "Timer event"
# TRANSLATION
# LABEL/ID_TIMER_EVENT_DESC
#: LABEL/ID_TIMER_EVENT_DESC
msgid "Executes timer start and intermediate timer events"
msgstr "Executes timer start and intermediate timer events"
# TRANSLATION
# LABEL/ID_TIMER_EVENT_ALREADY_REGISTERED
#: LABEL/ID_TIMER_EVENT_ALREADY_REGISTERED
@@ -51919,4 +51931,4 @@ msgstr "Repeat on"
# LABEL/ID_CUSTOM_SETTINGS
#: LABEL/ID_CUSTOM_SETTINGS
msgid "Custom settings"
msgstr "Custom settings"
msgstr "Custom settings"

View File

@@ -61181,6 +61181,8 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_THREAD_INDEX','en','Thread Index','2014-01-15') ,
( 'LABEL','ID_THREAD_STATUS_DOES_NOT_EXIST_FOR_THE_APPLICATION','en','Error: Thread status does not exist for the application {0}.','2016-06-15') ,
( 'LABEL','ID_THU','en','Thu','2014-01-15') ,
( 'LABEL','ID_TIMER_EVENT','en','Timer event','2015-06-26') ,
( 'LABEL','ID_TIMER_EVENT_DESC','en','Executes timer start and intermediate timer events','2015-06-26') ,
( 'LABEL','ID_TIMER_EVENT_ALREADY_REGISTERED','en','The Timer-Event with {0}: "{1}" already registered.','2015-06-26') ,
( 'LABEL','ID_TIMER_EVENT_DOES_NOT_EXIST','en','The Timer-Event with {0}: "{1}" does not exist.','2015-06-26') ,
( 'LABEL','ID_TIMER_EVENT_DOES_NOT_IS_REGISTERED','en','The Timer-Event with {0}: "{1}" does not is registered.','2015-06-26') ,

View File

@@ -166,6 +166,19 @@ class TaskSchedulerBM
"interval" => "week",
"expression" => "0 */1 * * 0,1,2,3,4,5,6",
"description" => "ID_TASK_SCHEDULER_PM_PLUGINS_DESC"
],
[
"title" => "ID_TIMER_EVENT",
"enable" => "1",
"service" => "",
"category" => "case_actions",
"file" => "workflow/engine/bin/timereventcron.php",
"startingTime" => null,
"endingTime" => null,
"everyOn" => "1",
"interval" => "week",
"expression" => "*/1 * * * 0,1,2,3,4,5,6",
"description" => "ID_TIMER_EVENT_DESC"
]
];
/**