This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user