NIHVIVO-2260 Making the VClassGroupCacheChangeListener listen to changes in classgroup's displayRank and name.
This commit is contained in:
parent
b3efdce52f
commit
f28a8e63cf
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue