This commit is contained in:
2022-02-01 19:24:46 +00:00
parent d82802d7fb
commit 8c1ed95cb5

View File

@@ -897,6 +897,10 @@ BUILD 8.0.0-beta.0.14 CHANGES OF NOTE
- Changed search form object type list to restrict to core business object types that the user is allowed to view full records, previously was just all objects even unsearchable ones
- Updated vue-currency input several releases to that latest compatible version which is the locale aware basis for the custom decimal, currency and percentage controls
- fixed bug in PO clicking New would navigate to a new project not a po
- Fixed bug in server state when set to "Server operations only" (was allowing non ops users to continue working if already logged in)
now ensures non ops api routes are disabled will return validation error, so user can do nothing until server open again then continue working
non ops users can not login during ops only state.
Ops users can do ops things during ops state but no business object stuff even if they ahve the role as that's controlled in each api route individually