diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 1b3a14a3..4cf0beb4 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -5,14 +5,6 @@ MISC ITEMS THAT CAME UP - -todo: throw new Error() code *MUST* put only a string into the constructor of error. Putting a object is wrong and will result in errors that say "Error: [object Object]" - 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: customer notes customer contacts