[MM-56074] mmctl job commands (#26855)
* add job list and update job status command to mmctl
Этот коммит содержится в:
@@ -2176,6 +2176,10 @@
|
||||
"id": "api.job.retrieve.nopermissions",
|
||||
"translation": "The job types of a job you are trying to retrieve does not contain permissions"
|
||||
},
|
||||
{
|
||||
"id": "api.job.status.invalid",
|
||||
"translation": "Invalid status set"
|
||||
},
|
||||
{
|
||||
"id": "api.job.unable_to_create_job.incorrect_job_type",
|
||||
"translation": "The job type of the job you are trying to create is invalid"
|
||||
@@ -2188,6 +2192,10 @@
|
||||
"id": "api.job.unable_to_download_job.incorrect_job_type",
|
||||
"translation": "The job type you are trying to download is not supported at the moment"
|
||||
},
|
||||
{
|
||||
"id": "api.job.unable_to_manage_job.incorrect_job_type",
|
||||
"translation": "You do not have permission to manage this job type"
|
||||
},
|
||||
{
|
||||
"id": "api.ldap_group.not_found",
|
||||
"translation": "ldap group not found"
|
||||
@@ -5670,6 +5678,10 @@
|
||||
"id": "app.job.update.app_error",
|
||||
"translation": "Unable to update the job."
|
||||
},
|
||||
{
|
||||
"id": "app.job.update_status.app_error",
|
||||
"translation": "Unable to update job status. Invalid status set"
|
||||
},
|
||||
{
|
||||
"id": "app.last_accessible_file.app_error",
|
||||
"translation": "Error fetching last accessible file"
|
||||
|
||||
Ссылка в новой задаче
Block a user