Fixed bug updating status breaks concurrency token for header so can't update it
This commit is contained in:
@@ -23,13 +23,6 @@ FIRST CLIENT SOURCE CODE COMMIT JAN 3rd 2019
|
||||
# OUTSTANDING MAJOR AREAS TO BETA
|
||||
|
||||
|
||||
test user color in home user and in adm-user with new record and exsiting just to confirm it's ok
|
||||
can something be done with usercolor in schedule team view??
|
||||
|
||||
|
||||
|
||||
bugbug: change status on quote and save then can't change other things and save. Maybe same with workorder too.
|
||||
because last status being set on header and not updating it and concurrency on save??
|
||||
|
||||
bugbug: home-notifications text in general error is cut off, doesn't overflow properly just goes off the screen as if not contained
|
||||
seems like static pre text so maybe throw it in a div or add an overflow-auto to it or something
|
||||
@@ -205,6 +198,9 @@ todo:3 todo: check out this SPA memory leak detector, it *does* have a login abi
|
||||
|
||||
todo: 1 should a superuser really have a dashboard?
|
||||
|
||||
todo: 2 or 3 category team view color based on user color?
|
||||
check category schedule control docs or implement in my slot override
|
||||
|
||||
todo: 2 create workorder, quote, pm from customer record??
|
||||
was that a v7 feature? make it so? v.next?
|
||||
|
||||
@@ -822,4 +818,5 @@ BUILD 8.0.0-beta.1-rc4 CHANGES OF NOTE
|
||||
- Added CustomerNotification feature, exposed as Customer notifications in UI Customers section, see corresponding help doc for details
|
||||
- Added user notification delivery log in OPS
|
||||
- Added Customer notification delivery log in OPS
|
||||
- Updated notification types doc page, was missing a few, also sorted alphabetically was random chaos order
|
||||
- Updated notification types doc page, was missing a few, also sorted alphabetically was random chaos order
|
||||
- Change to ensure color picker shows Alpha selector to control opacity
|
||||
Reference in New Issue
Block a user