fix for Is Facet checkbox

pull/1/head
Michael Peter Christen 10 years ago
parent bd3ed5cae5
commit e6650050fe

@ -233,7 +233,7 @@ public class Vocabulary_p {
}
// check the isFacet property
if (vocabulary != null && post.containsKey("isFacet")) {
if (vocabulary != null) {
vocabulary.setFacet(post.getBoolean("isFacet"));
}
}

Loading…
Cancel
Save