Some corrections for the category deletion link.

git-svn-id: https://svn.libreccm.org/ccm/trunk@2318 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2013-09-17 17:39:57 +00:00
parent c957dfd301
commit e5dd25e1b4
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ public final class CategoryAdminPane extends BaseAdminPane {
boolean isDefaultContext =
(context == null) || DEFAULT_USE_CONTEXT.equals(context);
if ((isDefaultContext && cat.isRoot()) || !cat.getChildren().isEmpty()) {
if (cat.isRoot() || !cat.getChildren().isEmpty()) {
m_alternativeLabel.generateXML(state, parent);
} else {
super.generateXML(state, parent);