You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changes
The "Attachments (zip)" button in the UI now only downloads the current application attachments. Event attachments and previous versions of application attachments are left out. The full zip is still available via the API. (#2453)
The :nav-color now simply defaults to :link-color. Previously, it defaulted to :color3 if :link-color is unset.
The theme variables :danger-color (didn't really affect anything) and :phase-background-active (wasn't used, overlaps with :phase-bgcolor-active) have been removed.
The default theme has minor visual changes:
color2 is lighter
table hover highlight is now dark-on-light instead of light-on-dark
link color used in nav bar
Some theme-related code was rewritten. There should be no changes to appearance, but bugs are possible.
Setting :log-authentication-details now prints out details for failed OIDC HTTP requests.
More validations in the API:
the values of multiselect fields (/api/applications/save-draft)
option and column keys (/api/forms/create, /api/forms/edit)
Fixes
Errors for invalid inputs (field values that are too long, invalid email addresses, etc.) are now rendered nicely. Previously the applicant just saw a "Save draft: Failed" message. (#2611)
The application page no longer jumps to the top after adding an attachment. (#2616)
Deleting drafts with attachments now works.
A handler is now considered a handler even before first application comes in.