feat: add report description field
This commit is contained in:
parent
c3ab0b9ff4
commit
bbe946dbb4
1 changed files with 11 additions and 1 deletions
|
|
@ -17,6 +17,7 @@
|
|||
"reference_document",
|
||||
"reference_report",
|
||||
"report_type",
|
||||
"report_description",
|
||||
"field",
|
||||
"value_to_validate",
|
||||
"video_url",
|
||||
|
|
@ -76,6 +77,7 @@
|
|||
"fieldname": "reference_report",
|
||||
"fieldtype": "Link",
|
||||
"label": "Reference Report",
|
||||
"mandatory_depends_on": "eval:doc.action == \"View Report\"",
|
||||
"options": "Report"
|
||||
},
|
||||
{
|
||||
|
|
@ -121,10 +123,18 @@
|
|||
"fieldname": "value_to_validate",
|
||||
"fieldtype": "Data",
|
||||
"label": "Value to Validate"
|
||||
},
|
||||
{
|
||||
"depends_on": "eval:doc.action == \"View Report\"",
|
||||
"description": "This will be shown to the user in a dialog after routing to the report",
|
||||
"fieldname": "report_description",
|
||||
"fieldtype": "Data",
|
||||
"label": "Report Description",
|
||||
"mandatory_depends_on": "eval:doc.action == \"View Report\""
|
||||
}
|
||||
],
|
||||
"links": [],
|
||||
"modified": "2020-04-29 16:57:30.292782",
|
||||
"modified": "2020-05-01 11:48:33.606503",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Desk",
|
||||
"name": "Onboarding Step",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue