Issues on the Portal should be editable (#15181)

This commit is contained in:
Faris Ansari 2018-08-22 14:43:32 +05:30 committed by Nabin Hait
parent aac5a7beba
commit 427a1301b7

View File

@ -4,5 +4,4 @@ import frappe
def get_context(context):
# do your magic here
if context.doc:
context.read_only = 1
pass