This commit is contained in:
@@ -720,3 +720,4 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo
|
|||||||
BUILD 130 CHANGES OF NOTE
|
BUILD 130 CHANGES OF NOTE
|
||||||
|
|
||||||
- evalution seed data generation: removed redundant initial call to erase database from client as well as redundant check for existing data before prompting to erase
|
- evalution seed data generation: removed redundant initial call to erase database from client as well as redundant check for existing data before prompting to erase
|
||||||
|
- CustomerServiceRequest Service user interface: completed with accept and reject fully coded, now has link to wo and workorderitem has link back to csr, ready for reporting
|
||||||
|
|||||||
@@ -766,6 +766,7 @@ export default {
|
|||||||
wi.concurrency = 0;
|
wi.concurrency = 0;
|
||||||
wi.uid = Date.now();
|
wi.uid = Date.now();
|
||||||
wi.isDirty = true;
|
wi.isDirty = true;
|
||||||
|
wi.fromCSRId = null;
|
||||||
if (wi.partRequests) {
|
if (wi.partRequests) {
|
||||||
wi.partRequests.splice(0);
|
wi.partRequests.splice(0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user