Compare commits
No commits in common. "6cd555298d01b45df5f5259deb228fdf36ec1c5b" and "c44c0d8505431cf75bb9aef5214acc2ecd38618e" have entirely different histories.
6cd555298d
...
c44c0d8505
@ -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, "manage_event").await
|
||||
user.has_role(db, "planned_event").await
|
||||
} else {
|
||||
self.user_is_cox(db, user).await != CoxAtTrip::No
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user