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
global: all edit forms now work globally when navigated to from project context (0a4cfef)
global: building can now be edited outside of project context (69a881b)
global: display tab nav in global project edit view (07f5ca3)
global: linked building list works now for projects (8e18f54)
global: project edit view works with global search (e8f0265)
login: display currently logged in user and municipality (4e24d1e)
pass changeset/data back up to on-submit function (1690c66)
quarterly-closure: add error list to quarterly closure (94ef81a)
quarterly-closure: add fist closure status handling (5d835ce)
quarterly-closure: add link to housing stat for maintenance cost (a5ab6f8)
quarterly-closure: disable forms while bfs is checking data (07ff49c)
refactor "search building" to use new Search::Filter component (b71e56b)
BREAKING CHANGES
README: This change requires the consuming app to specify "changeset-validations": { rawOutput: true }, in their environment file.
This currentlry has the limitation, that if your app uses changeset-validations itself, this option changes the behaviour in the whole
app. Due to engine config restrictions, there is sadly currently no other way
than maybe implementing something on build-pipeline level.