Skip to content
Snippets Groups Projects
Commit c2f94e70 authored by srosse's avatar srosse
Browse files

OO-291: update favorit too

parent fa46c60f
No related branches found
No related tags found
No related merge requests found
...@@ -92,6 +92,11 @@ public class OverviewBusinessGroupListController extends BasicController impleme ...@@ -92,6 +92,11 @@ public class OverviewBusinessGroupListController extends BasicController impleme
} }
} }
@Override
protected void event(UserRequest ureq, Controller source, Event event) {
super.event(ureq, source, event);
}
@Override @Override
public void activate(UserRequest ureq, List<ContextEntry> entries, StateEntry state) { public void activate(UserRequest ureq, List<ContextEntry> entries, StateEntry state) {
if(entries == null || entries.isEmpty()) return; if(entries == null || entries.isEmpty()) return;
...@@ -121,6 +126,7 @@ public class OverviewBusinessGroupListController extends BasicController impleme ...@@ -121,6 +126,7 @@ public class OverviewBusinessGroupListController extends BasicController impleme
WindowControl bwControl = BusinessControlFactory.getInstance().createBusinessWindowControl(ores, null, getWindowControl()); WindowControl bwControl = BusinessControlFactory.getInstance().createBusinessWindowControl(ores, null, getWindowControl());
favoritGroupsCtrl = new FavoritBusinessGroupListController(ureq, bwControl); favoritGroupsCtrl = new FavoritBusinessGroupListController(ureq, bwControl);
} }
favoritGroupsCtrl.updateMarkedGroups();
mainVC.put("groupList", favoritGroupsCtrl.getInitialComponent()); mainVC.put("groupList", favoritGroupsCtrl.getInitialComponent());
addToHistory(ureq, favoritGroupsCtrl); addToHistory(ureq, favoritGroupsCtrl);
return favoritGroupsCtrl; return favoritGroupsCtrl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment