This commit is contained in:
@@ -9,9 +9,6 @@ MISC ITEMS THAT CAME UP
|
|||||||
|
|
||||||
## CLIENT MISC ITEMS
|
## CLIENT MISC ITEMS
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
todo: WHEN HAVE WORKORDER FORM customer popup notes need to pop pop pop, forgot to code for that before
|
todo: WHEN HAVE WORKORDER FORM customer popup notes need to pop pop pop, forgot to code for that before
|
||||||
It's been requested for a couple of other places as well so I need a re-usable solution for this
|
It's been requested for a couple of other places as well so I need a re-usable solution for this
|
||||||
maybe it requires dismissal rather than what I was thinking of which is a self closing alert as people may want to read it for a while.
|
maybe it requires dismissal rather than what I was thinking of which is a self closing alert as people may want to read it for a while.
|
||||||
@@ -19,7 +16,6 @@ todo: WHEN HAVE WORKORDER FORM customer popup notes need to pop pop pop, forgot
|
|||||||
|
|
||||||
## SERVER MISC ITEMS
|
## SERVER MISC ITEMS
|
||||||
|
|
||||||
|
|
||||||
todo: *biz objects with foreign key constraints should call ValidateCanDelete
|
todo: *biz objects with foreign key constraints should call ValidateCanDelete
|
||||||
and validatecandelete *MUST* check for those constraints and return a proper error object
|
and validatecandelete *MUST* check for those constraints and return a proper error object
|
||||||
Note: this must happen independently for EACH reference so check each referencing table one by one and add an error for each to send back to user
|
Note: this must happen independently for EACH reference so check each referencing table one by one and add an error for each to send back to user
|
||||||
|
|||||||
Reference in New Issue
Block a user