Compare commits
No commits in common. "4229a4e021bebdfd568361fea7f1bd3ef138fd6d" and "4da996251a3352498e45328c3b6cd67353db2b12" have entirely different histories.
4229a4e021
...
4da996251a
@ -213,7 +213,7 @@ ORDER BY day;",
|
|||||||
|
|
||||||
pub(crate) async fn user_allowed_to_change(&self, db: &SqlitePool, user: &User) -> bool {
|
pub(crate) async fn user_allowed_to_change(&self, db: &SqlitePool, user: &User) -> bool {
|
||||||
if self.belongs_to_event(db).await {
|
if self.belongs_to_event(db).await {
|
||||||
user.has_role(db, "manage_event").await
|
user.has_role(db, "planned_event").await
|
||||||
} else {
|
} else {
|
||||||
self.user_is_cox(db, user).await != CoxAtTrip::No
|
self.user_is_cox(db, user).await != CoxAtTrip::No
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user