From 8c1ed95cb59da9de2be615a09dc30756ad2aac35 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 1 Feb 2022 19:24:46 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index a62e5915..f919c8fc 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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