mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-02 19:27:57 +08:00
PL-10721 Desktop client: a checkbox is available to edit when the field group is not editable
This commit is contained in:
parent
7a194e3f42
commit
216ac477ff
@ -177,7 +177,7 @@ public class DesktopCheckBox extends DesktopAbstractField<JCheckBox> implements
|
||||
|
||||
@Override
|
||||
protected void setEditableToComponent(boolean editable) {
|
||||
updateEnabled();
|
||||
impl.setEnabled(editable && isEnabledWithParent());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user