see #56
This commit is contained in:
parent
4460c6d16b
commit
24e4c78820
@ -18,7 +18,7 @@ apply plugin: 'war'
|
||||
apply plugin: 'application'
|
||||
|
||||
group = 'de.jottyfan.camporganizer'
|
||||
version = '0.4.7'
|
||||
version = '0.4.8'
|
||||
sourceCompatibility = 17
|
||||
mainClassName = "de.jottyfan.camporganizer.Main"
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user