add missing registration in labeltype action
This commit is contained in:
parent
005999c56f
commit
615b2c48b4
1 changed files with 3 additions and 1 deletions
|
@ -362,7 +362,9 @@ public class AdminLabeltypeAction extends FessAdminAction {
|
|||
|
||||
protected VaErrorHook toEditHtml() {
|
||||
return () -> {
|
||||
return asHtml(path_AdminLabeltype_EditJsp);
|
||||
return asHtml(path_AdminLabeltype_EditJsp).renderWith(data -> {
|
||||
registerItems(data);
|
||||
});
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue