Params should be readonly when editing batch
This commit is contained in:
parent
2e0bc63e20
commit
206d51f59b
|
@ -356,6 +356,8 @@ class BatchMasterView(MasterView):
|
|||
# params
|
||||
if self.creating:
|
||||
f.remove('params')
|
||||
else:
|
||||
f.set_readonly('params')
|
||||
|
||||
# created
|
||||
f.set_readonly('created')
|
||||
|
|
Loading…
Reference in a new issue