allow kerstin to access camp list
This commit is contained in:
@ -8,7 +8,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = 'de.jottyfan.bico'
|
group = 'de.jottyfan.bico'
|
||||||
version = '0.2.4'
|
version = '0.2.5'
|
||||||
|
|
||||||
description = """BibleClassOrganizer"""
|
description = """BibleClassOrganizer"""
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ import de.jottyfan.bico.modules.profile.ProfileService;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public abstract class CommonController {
|
public abstract class CommonController {
|
||||||
private static final List<String> admins = List.of("andre.sieber", "tobias.kuehne", "jotty");
|
private static final List<String> admins = List.of("andre.sieber", "tobias.kuehne", "jotty", "kerstin.meisel");
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private ProfileService profileService;
|
private ProfileService profileService;
|
||||||
|
Reference in New Issue
Block a user