Skip to content

Commit

Permalink
fix job text filter
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikuzn committed Jun 5, 2019
1 parent e355610 commit 93553d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/Espo/Resources/metadata/entityDefs/Job.json
Expand Up @@ -104,7 +104,7 @@
"collection": {
"orderBy": "number",
"order": "desc",
"textFilterFields": ["name", "methodName", "serviceName", "scheduledJobName"]
"textFilterFields": ["name", "methodName", "serviceName", "scheduledJob"]
},
"indexes": {
"executeTime": {
Expand Down

0 comments on commit 93553d1

Please sign in to comment.