see #56
This commit is contained in:
@ -70,10 +70,10 @@ public class EnumConverter {
|
||||
*/
|
||||
public static final List<KeyValueBean> getRoles() {
|
||||
List<KeyValueBean> list = new ArrayList<>();
|
||||
list.add(new KeyValueBean().of(EnumCamprole.student.getLiteral(), "Teilnehmer"));
|
||||
list.add(new KeyValueBean().of(EnumCamprole.teacher.getLiteral(), "Mitarbeiter"));
|
||||
list.add(new KeyValueBean().of(EnumCamprole.director.getLiteral(), "Leitungsteam"));
|
||||
list.add(new KeyValueBean().of(EnumCamprole.feeder.getLiteral(), "Küchenteam"));
|
||||
list.add(new KeyValueBean().of(EnumCamprole.teacher.getLiteral(), "Mitarbeiter"));
|
||||
list.add(new KeyValueBean().of(EnumCamprole.student.getLiteral(), "Teilnehmer"));
|
||||
list.add(new KeyValueBean().of(EnumCamprole.observer.getLiteral(), "Mitarbeiterkind"));
|
||||
return list;
|
||||
}
|
||||
|
Reference in New Issue
Block a user