Browse Source

procedure highlight row and fetch assets value from system mapping

master
hns 3 years ago
parent
commit
131245dc86
  1. 8
      smart_service/fixtures/client_script.json
  2. 4
      smart_service/transactions/doctype/procedure/procedure.json
  3. 3
      smart_service/transactions/doctype/procedure_details/procedure_details.json
  4. 4
      smart_service/transactions/doctype/publish/publish.json
  5. 5
      smart_service/transactions/doctype/system_mapping_system_assets/system_mapping_system_assets.json

8
smart_service/fixtures/client_script.json

File diff suppressed because one or more lines are too long

4
smart_service/transactions/doctype/procedure/procedure.json

@ -100,7 +100,7 @@
"in_list_view": 1,
"in_standard_filter": 1,
"label": "Workflow State",
"options": "Draft\nReview Pending\nApproval Pending\nPublish Approval Pending\nPublish Ready\nPublished\nRevoked"
"options": "Draft\nReview Pending\nApproval Pending\nPublish Ready\nPublished\nRevoked"
},
{
"fieldname": "column_break_8",
@ -214,7 +214,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-02-18 11:49:34.257934",
"modified": "2022-02-18 15:42:51.656023",
"modified_by": "Administrator",
"module": "Transactions",
"name": "Procedure",

3
smart_service/transactions/doctype/procedure_details/procedure_details.json

@ -65,6 +65,7 @@
"read_only_depends_on": "eval: doc.content_type != \"File\""
},
{
"depends_on": "eval:doc.file",
"fieldname": "preview",
"fieldtype": "Image",
"label": "Preview",
@ -74,7 +75,7 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2022-02-18 11:20:32.565428",
"modified": "2022-02-21 10:20:11.732503",
"modified_by": "Administrator",
"module": "Transactions",
"name": "Procedure_Details",

4
smart_service/transactions/doctype/publish/publish.json

@ -136,7 +136,7 @@
{
"fieldname": "variant_mapping_assets",
"fieldtype": "Table",
"label": "Variant Mapping Assets",
"label": "Assets",
"options": "Publish_Variant Mapping Assets",
"read_only": 1
},
@ -225,7 +225,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2022-02-16 19:06:38.344491",
"modified": "2022-02-18 19:28:34.325727",
"modified_by": "Administrator",
"module": "Transactions",
"name": "Publish",

5
smart_service/transactions/doctype/system_mapping_system_assets/system_mapping_system_assets.json

@ -45,14 +45,15 @@
},
{
"fieldname": "system_asset",
"fieldtype": "Attach Image",
"fieldtype": "Attach",
"in_list_view": 1,
"label": "System Asset"
}
],
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2022-02-17 15:53:14.930623",
"modified": "2022-02-18 13:21:07.329144",
"modified_by": "Administrator",
"module": "Transactions",
"name": "System Mapping_System Assets",

Loading…
Cancel
Save