Skip to content
Snippets Groups Projects
  1. Feb 21, 2023
  2. Nov 23, 2022
  3. Aug 10, 2022
    • Andreas Ellewsen's avatar
      Switch forms to onTouched mode · e0fcb3b1
      Andreas Ellewsen authored
      By using onTouched mode validation does not complain about invalid
      values until the users have changed focus from the field. Doing it this
      way we don't complain about values until the user tries to use an
      invalid one.
      
      Does not work for all fields. For that to be the case, we will have to
      do some clean up of controlled and uncontrolled values.
      Verified
      e0fcb3b1
  4. Apr 22, 2022
  5. Feb 16, 2022
  6. Feb 01, 2022
  7. Jan 25, 2022
  8. Jan 21, 2022
  9. Dec 20, 2021
  10. Dec 14, 2021
  11. Dec 10, 2021
    • 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
  12. Dec 06, 2021
  13. Nov 19, 2021
  14. Nov 17, 2021
  15. Nov 16, 2021
  16. Nov 09, 2021
  17. Oct 27, 2021
  18. Oct 14, 2021
Loading