Fixed crating dummy data
This commit is contained in:
parent
d6e88977ba
commit
ca92fd78c8
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public class Model {
|
|||
g1 = new Group("groups/IF24wS2-B", "Softwareentwicklung WiSe 24/25 Seminargruppe 2");
|
||||
g2 = new Group("groups/admins", "Administrator:innen");
|
||||
g3 = new Group("groups/alumni", "Alumni");
|
||||
new Group("groups/leer").bind(this);
|
||||
new Group("groups/leer", "Leere Gruppe").bind(this);
|
||||
g1.bind(this);
|
||||
g2.bind(this);
|
||||
g3.bind(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue