fix: Added link count field in Workspace Link
This commit is contained in:
parent
35590453df
commit
bcd6d2cb42
1 changed files with 11 additions and 3 deletions
|
|
@ -8,15 +8,16 @@
|
|||
"type",
|
||||
"label",
|
||||
"icon",
|
||||
"only_for",
|
||||
"hidden",
|
||||
"link_details_section",
|
||||
"link_type",
|
||||
"link_to",
|
||||
"column_break_7",
|
||||
"dependencies",
|
||||
"only_for",
|
||||
"onboard",
|
||||
"is_query_report"
|
||||
"is_query_report",
|
||||
"link_count"
|
||||
],
|
||||
"fields": [
|
||||
{
|
||||
|
|
@ -99,12 +100,19 @@
|
|||
"fieldname": "is_query_report",
|
||||
"fieldtype": "Check",
|
||||
"label": "Is Query Report"
|
||||
},
|
||||
{
|
||||
"depends_on": "eval:doc.type == \"Card Break\"",
|
||||
"fieldname": "link_count",
|
||||
"fieldtype": "Int",
|
||||
"hidden": 1,
|
||||
"label": "Link Count"
|
||||
}
|
||||
],
|
||||
"index_web_pages_for_search": 1,
|
||||
"istable": 1,
|
||||
"links": [],
|
||||
"modified": "2021-05-13 13:10:18.128512",
|
||||
"modified": "2021-06-01 11:23:28.990593",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Desk",
|
||||
"name": "Workspace Link",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue