Skip to content

Release 69

Compare
Choose a tag to compare
@mec mec released this 09 May 13:22
· 1036 commits to main since this release
7f71d00

Changed

  • The no JavaScript fallback for assigning a user to a project no longer uses a
    select, instead an email address must be entered.
  • The autocomplete for assigning a user to a project no longer loads all users
    onto the page, instead it fetches the users as they are typed.
  • The no JavaScript fallback for editing the user who added a project no longer
    uses a select, instead an email address must be entered.
  • The autocomplete for editing user who added a project no longer loads all
    users onto the page, instead it fetches the users as they are typed.
  • The path for changing a project team has changed along with the layout of the
    form for consistency.

Fixed

  • The assigned user autocomplete now works as expected when the project is not
    assigned to a user.
  • The edit project team now works for transfer projects as well as conversion
    projects.