diff --git a/application/Espo/Resources/metadata/entityDefs/ScheduledJob.json b/application/Espo/Resources/metadata/entityDefs/ScheduledJob.json index c3a81256e5..4208346ef9 100644 --- a/application/Espo/Resources/metadata/entityDefs/ScheduledJob.json +++ b/application/Espo/Resources/metadata/entityDefs/ScheduledJob.json @@ -2,7 +2,8 @@ "fields": { "name": { "type": "varchar", - "required": true + "required": true, + "trim": true }, "job": { "type": "varchar", @@ -17,7 +18,8 @@ "type": "varchar", "required": true, "view": "views/scheduled-job/fields/scheduling", - "tooltip": true + "tooltip": true, + "trim": true }, "lastRun": { "type": "datetime",