Compare commits
4 Commits
c44c0d8505
...
6cd555298d
Author | SHA1 | Date | |
---|---|---|---|
6cd555298d | |||
f6207e2994 | |||
4da996251a | |||
1db09cd8ac |
@ -213,7 +213,7 @@ ORDER BY day;",
|
||||
|
||||
pub(crate) async fn user_allowed_to_change(&self, db: &SqlitePool, user: &User) -> bool {
|
||||
if self.belongs_to_event(db).await {
|
||||
user.has_role(db, "planned_event").await
|
||||
user.has_role(db, "manage_event").await
|
||||
} else {
|
||||
self.user_is_cox(db, user).await != CoxAtTrip::No
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user