Commits on Source (28)
-
Andreas Ellewsen authored
Styling now matches the figma sketches
-
Jonas Braathen authored
- Add test data for consent choices - Show consent choices made by persons - Add consent type to ConsentChoice.__str__ to tell them apart in the admin interface
bd5e2168 -
Jonas Braathen authored834bc177
-
Jonas Braathen authored
- Combine the /invite and /invitelink endpoints into one - Return error messages from the backend - Handle errors in the frontend - Lower number of queries ran when calling the userinfo endpoint
6e8ba6aa -
Jonas Braathen authored60337f8e
-
Jonas Braathen authoredb9f516a8
-
Andreas Ellewsen authored
Dates can now be changed after they have started and ended. This means that there is no situation which needs disabling the input fields, and disabling has been removed. Start and end date can now be in the past. The following rules apply: - Start dates can be any date in the past, and no more into the future than the max days property of the role type. - End dates follow the same rules - End dates must be equal to or later than start date. Notification publishing has been reviewed to ensure duplicate notifications are not created when start or end date is today. Resolve: GREG-148
-
Andreas Ellewsen authored
-
Andreas Ellewsen authored
-
Andreas Ellewsen authored
It has been decided that a sponsor at a unit should have access to all roles at that unit. This includes all units accessible through hierarchical access. Resolves: GREG-150
-
Andreas Ellewsen authored
Allow sponsors access to all roles on their units See merge request !185
6801e923 -
Jonas Braathen authored
Improvements to consent choices See merge request !199
aa9cb845 -
Andreas Ellewsen authored
Change rules for role dates See merge request !189
2f29c564 -
Andreas Ellewsen authored
Modify styling of sponsor frontpage See merge request !196
f7d2072f -
Andreas Ellewsen authored
Page now also handles failing api requests when searching. Resolves: GREG-134
-
Andreas Ellewsen authored
Make register page match sketches See merge request !198
f7c7d7a9 -
Jonas Braathen authored
Improve invitation link handling See merge request !200
914ac03c -
Tore.Brede authoredb5cc005d
-
Tore.Brede authored1194e19c
-
Tore.Brede authoreda217e067
-
Tore.Brede authored76458384
-
Tore.Brede authored49fe9201
-
Tore.Brede authored527371ef
-
Sivert Kronen Hatteberg authored9c0a79d0
-
Sivert Kronen Hatteberg authoredb96ab8e9
-
Sivert Kronen Hatteberg authored
Add missing __str__ methods to the models See merge request !194
b307c004 -
Tore.Brede authored
GREG-139: Feedback for guest registration error See merge request !202
bbbb25fd -
Tore.Brede authored
GREG-127: Removing comment field, adding toggle for contact person field See merge request !203
f75c4e65
Showing
- frontend/public/locales/en/common.json 24 additions, 8 deletionsfrontend/public/locales/en/common.json
- frontend/public/locales/en/invite.json 7 additions, 3 deletionsfrontend/public/locales/en/invite.json
- frontend/public/locales/nb/common.json 24 additions, 8 deletionsfrontend/public/locales/nb/common.json
- frontend/public/locales/nb/invite.json 5 additions, 1 deletionfrontend/public/locales/nb/invite.json
- frontend/public/locales/nn/common.json 24 additions, 8 deletionsfrontend/public/locales/nn/common.json
- frontend/public/locales/nn/invite.json 5 additions, 1 deletionfrontend/public/locales/nn/invite.json
- frontend/src/components/debug/index.tsx 1 addition, 114 deletionsfrontend/src/components/debug/index.tsx
- frontend/src/components/errorReport/index.tsx 1 addition, 1 deletionfrontend/src/components/errorReport/index.tsx
- frontend/src/contexts/featureContext.ts 3 additions, 0 deletionsfrontend/src/contexts/featureContext.ts
- frontend/src/hooks/useRoleTypes/index.tsx 1 addition, 1 deletionfrontend/src/hooks/useRoleTypes/index.tsx
- frontend/src/providers/featureProvider.tsx 10 additions, 2 deletionsfrontend/src/providers/featureProvider.tsx
- frontend/src/routes/components/sponsorGuestButtons.tsx 19 additions, 17 deletionsfrontend/src/routes/components/sponsorGuestButtons.tsx
- frontend/src/routes/guest/register/guestDataForm.ts 1 addition, 1 deletionfrontend/src/routes/guest/register/guestDataForm.ts
- frontend/src/routes/guest/register/index.test.tsx 3 additions, 2 deletionsfrontend/src/routes/guest/register/index.test.tsx
- frontend/src/routes/guest/register/index.tsx 84 additions, 18 deletionsfrontend/src/routes/guest/register/index.tsx
- frontend/src/routes/guest/register/steps/register.tsx 12 additions, 8 deletionsfrontend/src/routes/guest/register/steps/register.tsx
- frontend/src/routes/index.tsx 7 additions, 8 deletionsfrontend/src/routes/index.tsx
- frontend/src/routes/invite/index.tsx 127 additions, 4 deletionsfrontend/src/routes/invite/index.tsx
- frontend/src/routes/invite/logout.tsx 0 additions, 0 deletionsfrontend/src/routes/invite/logout.tsx
- frontend/src/routes/invitelink/index.tsx 0 additions, 18 deletionsfrontend/src/routes/invitelink/index.tsx