From 6ec9abb2522381b0a51f9c8c37d1c31b9bd8721a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 6 May 2019 22:47:02 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index eb233057..414b571a 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -5,11 +5,18 @@ NEXT UP: Build, deploy and test all this block with all devices / browsers, see TODO: - DONE Delete works but triggers navigation guard when record has been edited and is dirty and it attempts to navigate away after deletion automatically - Dirty delete should clear dirty after successful delete then move away or whatever - - About form when you go to log doesn't update the title bar showing log, still seems to say about ayanova + - DONE About form when you go to log doesn't update the title bar showing log, still seems to say about ayanova - TechFull user should be edit own but can't navigate to inventory form to test when not going directly from a link ?! - Same issue with BizAdminLimited and read only, can't go to inventory at all to view list - rights must be set for only full access to even view the inventory page. - RETEST RIGHTS after this because could not test with this issue + - this is the code block affected: if ( + roles.hasRole(roles.AUTHORIZATION_ROLES.InventoryLimited) || + roles.hasRole(roles.AUTHORIZATION_ROLES.InventoryFull) + ) { + addNavItem(locale.get("Inventory"), "dolly", "/inventory"); + } + - This is all an issue with EditOwn rights, maybe I should consider zapping that entirely as a feature, why do I need it again???? - About page - should show currently logged in user name, doesn't actually show anywhere right now - LOGIN: hitting enter / return should be equivalent of clicking on OK button - Not actionable but FF is super slow on Lenovo and had to reset and reload multiple times to get to the app, but it did update almost immediately once it was loading.