Merge pull request #9339 from racitup/develop

fix: corrected status option from Success to Complete in scheduled job log
This commit is contained in:
mergify[bot] 2020-01-24 03:55:59 +00:00 committed by GitHub
commit e4f1777ead
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Status",
"options": "Scheduled\nSuccess\nFailed",
"options": "Scheduled\nComplete\nFailed",
"read_only": 1,
"reqd": 1
},
@ -38,7 +38,7 @@
}
],
"links": [],
"modified": "2019-09-25 11:55:10.646458",
"modified": "2020-01-22 00:00:00.000000",
"modified_by": "Administrator",
"module": "Core",
"name": "Scheduled Job Log",
@ -61,4 +61,4 @@
"sort_field": "modified",
"sort_order": "DESC",
"track_changes": 1
}
}