Skip to content

Added new property `BasePanel.lockOnSave`

Sergey Shulezhko requested to merge fix/BasePanelLockOnSave into master

Added new property BasePanel.lockOnSave. If set its value to true, then record will be locked immediately before saving and unlock after save. By default (false). Temporary blocking is set when the form is in the "isNewInstance" mode or edited in the "isEditMode" mode.

Merge request reports

Loading