Fix: #319 attendee role: use REQ-PARTICIPANT instead of CHAIR for nor… (#349)

- Change role from CHAIR to REQ-PARTICIPANT when adding attendees via PeopleSearch
- Keep CHAIR role only for organizers
This commit is contained in:
lenhanphung
2025-11-20 18:00:17 +07:00
committed by GitHub
parent 43f6facfad
commit 007266e7b0
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export default function UserSearch({
cal_address: a.email,
partstat: "NEED_ACTION",
rsvp: "FALSE",
role: "CHAIR",
role: "REQ-PARTICIPANT",
cutype: "INDIVIDUAL",
}))
);