Sfoglia il codice sorgente

fix(ux): show title field on scheduled job log

version-14
Ankush Menat 3 anni fa
committed by Ankush Menat
parent
commit
602e8d0a78
1 ha cambiato i file con 5 aggiunte e 3 eliminazioni
  1. +5
    -3
      frappe/core/doctype/scheduled_job_log/scheduled_job_log.json

+ 5
- 3
frappe/core/doctype/scheduled_job_log/scheduled_job_log.json Vedi File

@@ -38,7 +38,7 @@
}
],
"links": [],
"modified": "2021-10-25 00:00:00.000000",
"modified": "2022-06-13 05:41:21.090972",
"modified_by": "Administrator",
"module": "Core",
"name": "Scheduled Job Log",
@@ -59,5 +59,7 @@
],
"quick_entry": 1,
"sort_field": "modified",
"sort_order": "DESC"
}
"sort_order": "DESC",
"states": [],
"title_field": "scheduled_job_type"
}

Caricamento…
Annulla
Salva