This commit is contained in:
2020-12-08 19:28:18 +00:00
parent 4dd7adc1fd
commit 915576347b
3 changed files with 147 additions and 218 deletions

View File

@@ -23,7 +23,7 @@ ACTIONS:
XNOPE, doesn't offer to filter, only sort and I'm happy with it for now.If it basically is working well enough regardless of filtering roles then see if its even conceivable that server could filter roles
maybe the client sends a lot of or i.e. roles = (64 or 1234 or 32768) however that shit has to work
if conceivable then need to make a copy of the ay-data-list-view.vue and modify to work with roles as a filter
Make sure can print, bulk ops etc
XMake sure can print, bulk ops etc
If all is well then move it into the regular adm-users and replicate to cust-users and ditch the shitty current half-ass grid
Remove the routes that were being used for inside and outside user lists as they are no longer reqd.
$profit
@@ -32,7 +32,7 @@ todo: throw new Error() code *MUST* put only a string into the constructor of er
Search for all instances of throw new Error and ensure it's a string not an object, use stringify if necessary when all else fails
or a central function that turns any error object into a human readable message and inserts that into the error text
See extension-export-control.vue line 45 for example
todo: seeder subcontractor user no vendor attached?
todo: deleting customer must attempt to delete the following as they are entered "in" form and not selected externally so they are part of Customer and should delete with it:
@@ -58,7 +58,7 @@ todo: Initialize has an expired license section that prevents all other options
todo: Case 3595 Mass delete extension
Do this early as it will be copied over and over again
todo: test import User record
............................................................