This commit is contained in:
@@ -5,8 +5,16 @@
|
||||
|
||||
MISC ITEMS THAT CAME UP
|
||||
|
||||
todo: Cust-User requires User rights but that's a big thing because it exposes
|
||||
inside user to edit possibly
|
||||
Need to carve a workaround I guess in the User route and objects
|
||||
|
||||
|
||||
todo: No roles defined Users can login
|
||||
Customer user with no roles can login and gets a CSR list screen
|
||||
regular user with no roles can login and gets the evaluation screen
|
||||
but shouldn't see that either or at least not be able to do anything serious there
|
||||
Ideally they should be able to login and see their own home stuff and notifications and maybe memos, but nothing else
|
||||
Initialize.js needs tweaking
|
||||
|
||||
|
||||
todo: if list view not found / deleted when grid list form is opened rather than erroring with object/object it should
|
||||
@@ -35,14 +43,17 @@ todo: deleting customer must attempt to delete the following as they are entered
|
||||
|
||||
todo: deleting HeadOffice must attempt to delete all contacts too
|
||||
|
||||
todo: initialize.js is sketchy as hell, it replicates the entire role rights stuff essentially
|
||||
it should be changed so that instead of checking for roles it should be checking for rights to individual items one by one
|
||||
if it finds at least one item in the sub array for that group then it can make the container and insert the items
|
||||
|
||||
|
||||
todo: No roles defined Users can login
|
||||
Customer user with no roles can login and gets a CSR list screen
|
||||
regular user with no roles can login and gets the evaluation screen
|
||||
but shouldn't see that either or at least not be able to do anything serious there
|
||||
Ideally they should be able to login and see their own home stuff and notifications and maybe memos, but nothing else
|
||||
Initialize.js needs tweaking
|
||||
|
||||
|
||||
todo: Initialize has an expired license section that prevents all other options
|
||||
except fixing the license
|
||||
however I think this is supposed to switch to readonly mode in most cases unless it's a rental license?
|
||||
need to look into this, it's confusing what the intent is there
|
||||
|
||||
todo: Case 3595 Mass delete extension
|
||||
Do this early as it will be copied over and over again
|
||||
|
||||
Reference in New Issue
Block a user