sync mechanism complete

This commit is contained in:
Miloš Jovanović 2026-09-10 00:20:56 +02:00
parent 40f16346f5
commit d3803dead3
3 changed files with 142 additions and 105 deletions

View file

@ -104,6 +104,7 @@ func (a apiUser) toUser() *User {
ChapterID: a.ChapterID,
Department: departmentOf(a.CustomProps),
AppointmentTypes: optionLabels(a.CustomProps, "appointment-type"),
IsRep: isRep(a.CustomProps),
}
}