fix: show evaluation in read only mode

This commit is contained in:
Jannat Patel
2022-11-23 15:12:57 +05:30
parent f691ebd146
commit 91e71091ef
5 changed files with 23 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
"allow_delete": 0,
"allow_edit": 0,
"allow_incomplete": 0,
"allow_multiple": 0,
"allow_multiple": 1,
"allow_print": 0,
"amount": 0.0,
"amount_based_on_field": 0,
@@ -18,9 +18,9 @@
"introduction_text": "",
"is_standard": 1,
"list_columns": [],
"login_required": 0,
"login_required": 1,
"max_attachment_size": 0,
"modified": "2022-11-23 12:08:15.978899",
"modified": "2022-11-23 14:57:47.700695",
"modified_by": "Administrator",
"module": "LMS",
"name": "evaluation",
@@ -29,12 +29,12 @@
"published": 1,
"route": "evaluation",
"show_attachments": 0,
"show_list": 0,
"show_list": 1,
"show_sidebar": 0,
"title": "Evaluation",
"web_form_fields": [
{
"allow_read_on_all_link_options": 0,
"allow_read_on_all_link_options": 1,
"fieldname": "member",
"fieldtype": "Link",
"hidden": 0,
@@ -47,7 +47,7 @@
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"allow_read_on_all_link_options": 1,
"fieldname": "course",
"fieldtype": "Link",
"hidden": 0,
@@ -146,4 +146,4 @@
"show_in_filter": 0
}
]
}
}