Skip to content
Snippets Groups Projects
  1. Feb 04, 2022
    • Andreas Ellewsen's avatar
      Show role comments and use feature flags · 5bc9d890
      Andreas Ellewsen authored
      Comments and contact person had feature flags created for their
      visibility some time ago, but we missed a couple of sections in the
      frontend. In addition, comments that were set on a role during
      invitation was invisible later, defeating the purpose. They are now
      visible if comments are enabled.
      
      Resolves: GREG-197
      Verified
      5bc9d890
  2. Jan 25, 2022
  3. Jan 21, 2022
  4. Jan 18, 2022
  5. Dec 10, 2021
    • Andreas Ellewsen's avatar
      Add validation to newGuestRole dates · e34ec498
      Andreas Ellewsen authored
      Verified
      e34ec498
    • Andreas Ellewsen's avatar
      Change rules for role dates · 96dd9bb4
      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
      Verified
      96dd9bb4
  6. Nov 29, 2021
  7. Nov 18, 2021
  8. Nov 17, 2021
  9. Nov 03, 2021
  10. Nov 02, 2021
  11. Oct 27, 2021
    • Andreas Ellewsen's avatar
      Add role adding page to guest profiles · 701afd23
      Andreas Ellewsen authored
      Code for guest routes moved to their own folder so that we don't need
      multiple api calls.
      Serializer class for roles has been simplified with methods for
      validation of each field and a separate one used in invites without
      requiring the person field.
      
      Resolves: GREG-61
      Verified
      701afd23
Loading