Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Job_Queue_1_2.zip
Binary file not shown.
Binary file removed Job_queue1.0.zip
Binary file not shown.
14 changes: 14 additions & 0 deletions SugarModules/language/application/en_us.lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
];

14 changes: 7 additions & 7 deletions manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
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]',
'description' => 'Give the Job_Queue a nice Sugar module front end',
'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',
);

Expand Down