Skip to content

Commit d0f59bf

Browse files
authored
Merge pull request #4057 from mattjoke/richgroup-fix
fix(core): richgroup is not supported
2 parents d96d3d8 + 3089fba commit d0f59bf

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)