Kleine Fehlerkorrektur für lokaliserte Kategorien. Es war nicht möglich, lokalisierte Root-Kategorien anzulegen, weil das CategoryLocalizationAddForm bei Root-Kategorien ausgeblendet wurde.
git-svn-id: https://svn.libreccm.org/ccm/trunk@54 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
e86029d00c
commit
67e8559995
|
|
@ -54,9 +54,9 @@ public class CategoryLocalizationAddForm extends CategoryLocalizationForm {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Deaktivate this widget, if category is root
|
// Deaktivate this widget, if category is root
|
||||||
public boolean isVisible(PageState state) {
|
// public boolean isVisible(PageState state) {
|
||||||
return !m_category.getCategory(state).isRoot();
|
// return !m_category.getCategory(state).isRoot();
|
||||||
}
|
// }
|
||||||
|
|
||||||
private class InitListener implements FormInitListener {
|
private class InitListener implements FormInitListener {
|
||||||
public final void init(final FormSectionEvent e)
|
public final void init(final FormSectionEvent e)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue