user-role-cluster #761

Merged
philipp merged 9 commits from user-role-cluster into main 2024-10-11 12:39:24 +02:00
Showing only changes of commit aae206d8d9 - Show all commits

View File

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