Skip to content

Commit 9df329c

Browse files
mattjokeHejdaJakub
authored andcommitted
fix(core): richgroup is not supported
* 'RichGroup is not supported' error when getting rich group data from database (cherry picked from commit 3089fba)
1 parent 0e07140 commit 9df329c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

perun-rpc/src/main/java/cz/metacentrum/perun/rpc/ApiCaller.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ public List<PerunBean> fetchPerunBeans(List<PerunBean> objects) throws PerunExce
568568
private PerunBean getBeanFromDatabase(PerunBean object) throws PerunException {
569569
switch(object.getBeanName()) {
570570
case "Group":
571+
case "RichGroup":
571572
return getGroupById(object.getId());
572573
case "Vo":
573574
return getVoById(object.getId());

0 commit comments

Comments
 (0)