chore: reword checkbox
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
parent
ba64285c66
commit
db1e692d4f
2 changed files with 2 additions and 3 deletions
|
|
@ -139,7 +139,7 @@
|
|||
"default": "0",
|
||||
"fieldname": "show_failed_logs",
|
||||
"fieldtype": "Check",
|
||||
"label": "Show Failed Logs"
|
||||
"label": "Show Only Failed Logs"
|
||||
},
|
||||
{
|
||||
"depends_on": "eval:!doc.__islocal && !doc.import_file",
|
||||
|
|
@ -171,7 +171,7 @@
|
|||
],
|
||||
"hide_toolbar": 1,
|
||||
"links": [],
|
||||
"modified": "2023-12-15 12:45:49.452834",
|
||||
"modified": "2024-01-30 17:08:05.566686",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Core",
|
||||
"name": "Data Import",
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ class DataImport(Document):
|
|||
submit_after_import: DF.Check
|
||||
template_options: DF.Code | None
|
||||
template_warnings: DF.Code | None
|
||||
|
||||
# end: auto-generated types
|
||||
|
||||
def validate(self):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue