diff --git a/Job_Queue_1_2.zip b/Job_Queue_1_2.zip new file mode 100644 index 0000000..8eb5d56 Binary files /dev/null and b/Job_Queue_1_2.zip differ diff --git a/Job_queue1.0.zip b/Job_queue1.0.zip deleted file mode 100644 index eb4cb46..0000000 Binary files a/Job_queue1.0.zip and /dev/null differ diff --git a/SugarModules/language/application/en_us.lang.php b/SugarModules/language/application/en_us.lang.php index 5d3af0f..7d8961e 100644 --- a/SugarModules/language/application/en_us.lang.php +++ b/SugarModules/language/application/en_us.lang.php @@ -12,3 +12,17 @@ $app_list_strings['moduleList']['job_queue'] = 'Jobs'; $app_list_strings['moduleListSingular']['job_queue'] = 'Job'; +$app_list_strings['schedulers_status_dom'] = [ + 'queued' => 'Queued', + 'running' => 'Running', + 'done' => 'Done' +]; +$app_list_strings['schedulers_resolution_dom'] = [ + 'queued' => 'Queued', + 'partial' => 'Partial', + 'success' => 'Success', + 'running' => 'Running', + 'failure' => 'Failure', + 'cancelled' => 'Cancelled', +]; + diff --git a/manifest.php b/manifest.php index c2c97ad..b1f5384 100644 --- a/manifest.php +++ b/manifest.php @@ -6,11 +6,11 @@ 2 => 'ENT', 3 => 'DEV' ), - 'acceptable_sugar_versions' => array( - 'regex_matches' => array( - 0 => "^(\d+\.)?(\d+\.)?(\*|\d+)$" - ), - ), + + 'acceptable_sugar_versions' => [ + 'regex_matches' => ['7.*', '8.*', '9.*', '10.*', '11.*'] + ], + 'readme' => '', 'key' => 'job05171967', 'author' => 'Kenneth Brill [ken.brill@gmail.com]', @@ -18,9 +18,9 @@ 'icon' => '', 'is_uninstallable' => true, 'name' => 'Job_Queue', - 'published_date' => '2021-01-25 21:30:39', + 'published_date' => '2022-03-01 08:17:31', 'type' => 'module', - 'version' => '1.0', + 'version' => '1.2', 'remove_tables' => 'false', );