This commit is contained in:
2021-02-09 20:49:56 +00:00
parent c7452857be
commit 38b2344bb4
4 changed files with 42 additions and 32 deletions

View File

@@ -10,6 +10,8 @@ MISC ITEMS THAT CAME UP
## CLIENT MISC ITEMS
todo: ClientNote form link back to customer disappears on save of NEW record only (not update), should always be present
also on list disappears if go anywhere else and return to it (like column chooser)
todo: validation errors not expanded in errorbox,
for example saving a widget with same name results in proper display at name field but in error box says:
Validation error
@@ -56,9 +58,7 @@ todo: Attachments button should indicate attachments:
## SERVER MISC ITEMS
todo: PUTASYNC all biz objects CONCURRENCY ISSUE It's in need of tweaking: changes made to widgetbiz putasync method to replicate to all others
first of all it needs to return the putObject, not the dbObject otherwise the concurrency is outdated
secondly, it needs to check the concurrency token as a validation issue, the db doesn't do it, it doesn't care what it is
todo: many biz objects are not using new PUT methodology
Might be because new methodology assumes complete PUT object as a entire replacement not a partial update
some of these objects (User) do partial updates so....