fix-staging-seeds #762

Closed
philipp wants to merge 12 commits from fix-staging-seeds into staging
Showing only changes of commit aae206d8d9 - Show all commits

View File

@ -1169,7 +1169,7 @@ pub struct UserWithRolesAndMembershipPdf {
#[serde(flatten)] #[serde(flatten)]
pub user: User, pub user: User,
pub membership_pdf: bool, pub membership_pdf: bool,
pub roles: Vec<String>, // TODO: get rid of this... pub roles: Vec<String>,
} }
impl UserWithRolesAndMembershipPdf { impl UserWithRolesAndMembershipPdf {