NIHVIVO-2260 Making the VClassGroupCacheChangeListener listen to changes in classgroup's displayRank and name.

This commit is contained in:
deepakkoni 2011-07-08 18:51:21 +00:00
parent b3efdce52f
commit f28a8e63cf

View file

@ -328,6 +328,8 @@ public class VClassGroupCache {
} else if (VitroVocabulary.IN_CLASSGROUP.equals(stmt.getPredicate()
.getURI())) {
requestCacheUpdate();
} else if(VitroVocabulary.DISPLAY_RANK.equals(stmt.getPredicate().getURI())){
requestCacheUpdate();
}
}
}