Skip to content

Commit 45901f2

Browse files
authored
fix(compliance): Allow Compliance Info to be imported (#26)
fix(compliance): Allow Compliance Info to be imported
2 parents d6f570a + 02f4ed3 commit 45901f2

1 file changed

Lines changed: 35 additions & 3 deletions

File tree

bloomstack_core/bloomstack_core/doctype/compliance_info/compliance_info.json

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"allow_copy": 0,
33
"allow_events_in_timeline": 0,
44
"allow_guest_to_view": 0,
5-
"allow_import": 0,
5+
"allow_import": 1,
66
"allow_rename": 0,
77
"autoname": "",
88
"beta": 0,
@@ -48,6 +48,38 @@
4848
"translatable": 0,
4949
"unique": 0
5050
},
51+
{
52+
"allow_bulk_edit": 0,
53+
"allow_in_quick_entry": 0,
54+
"allow_on_submit": 0,
55+
"bold": 0,
56+
"collapsible": 0,
57+
"columns": 0,
58+
"fetch_if_empty": 0,
59+
"fieldname": "cb_entity",
60+
"fieldtype": "Column Break",
61+
"hidden": 0,
62+
"ignore_user_permissions": 0,
63+
"ignore_xss_filter": 0,
64+
"in_filter": 0,
65+
"in_global_search": 0,
66+
"in_list_view": 0,
67+
"in_standard_filter": 0,
68+
"length": 0,
69+
"no_copy": 0,
70+
"permlevel": 0,
71+
"precision": "",
72+
"print_hide": 0,
73+
"print_hide_if_no_value": 0,
74+
"read_only": 0,
75+
"remember_last_selected_value": 0,
76+
"report_hide": 0,
77+
"reqd": 0,
78+
"search_index": 0,
79+
"set_only_once": 0,
80+
"translatable": 0,
81+
"unique": 0
82+
},
5183
{
5284
"allow_bulk_edit": 0,
5385
"allow_in_quick_entry": 0,
@@ -190,7 +222,7 @@
190222
"collapsible": 0,
191223
"columns": 0,
192224
"fetch_if_empty": 0,
193-
"fieldname": "column_break_3",
225+
"fieldname": "cb_compliance",
194226
"fieldtype": "Column Break",
195227
"hidden": 0,
196228
"ignore_user_permissions": 0,
@@ -291,7 +323,7 @@
291323
"issingle": 0,
292324
"istable": 0,
293325
"max_attachments": 0,
294-
"modified": "2019-05-02 03:04:22.955723",
326+
"modified": "2019-05-31 00:33:10.835703",
295327
"modified_by": "Administrator",
296328
"module": "Bloomstack Core",
297329
"name": "Compliance Info",

0 commit comments

Comments
 (0)