#617 fix
This commit is contained in:
parent
2804112272
commit
974536b9e0
1 changed files with 5 additions and 0 deletions
|
@ -60,6 +60,11 @@ public class LabelTypeService {
|
|||
labelTypeBhv.delete(labelType, op -> {
|
||||
op.setRefresh(true);
|
||||
});
|
||||
|
||||
final LabelTypeHelper labelTypeHelper = ComponentUtil.getLabelTypeHelper();
|
||||
if (labelTypeHelper != null) {
|
||||
labelTypeHelper.refresh(getLabelTypeList());
|
||||
}
|
||||
}
|
||||
|
||||
protected void setupListCondition(final LabelTypeCB cb, final LabelTypePager labelTypePager) {
|
||||
|
|
Loading…
Add table
Reference in a new issue