This commit is contained in:
matsutani 2016-08-17 12:11:50 +09:00
parent 2804112272
commit 974536b9e0

View file

@ -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) {