This commit is contained in:
2022-05-27 00:42:53 +00:00
parent b4a7986f02
commit c4d2d99abf

View File

@@ -3,6 +3,27 @@
TODO: TEST RC1 thoroughly BEFORE POSTING TODO: TEST RC1 thoroughly BEFORE POSTING
make sure that loan unit default rate isn't bugging out make sure that loan unit default rate isn't bugging out
test all the functionality, use the e2e test and confirm test all the functionality, use the e2e test and confirm
bugbug: discovered during e2e adding part assembly confirmed manually:
Vue error:
Error - Name:TypeError, Message:this.value.items[this.activeWoItemIndex].parts[this.activeItemIndex] is undefined
filename: https://test.helloayanova.com/js/svc.b72909db.js
lineNumber: 6
info: render
STACK:
showRealizeSuggestedPartsInParts@https://test.helloayanova.com/js/svc.b72909db.js:6:168098
2b0e/</rr.prototype.get@https://test.helloayanova.com/js/chunk-vendors.f5a2569d.js:63:30788
2b0e/</rr.prototype.evaluate@https://test.helloayanova.com/js/chunk-vendors.f5a2569d.js:63:31777
2b0e/</fr/<@https://test.helloayanova.com/js/chunk-vendors.f5a2569d.js:63:33470
tt@https://test.helloayanova.com/js/svc.b72909db.js:6:149864
2b0e/</bn/t.prototype._render@https://test.helloayanova.com/js/chunk-vendors.f5a2569d.js:63:23862
r@https://test.helloayanova.com/js/chunk-vendors.f5a2569d.js:63:27903
2b0e/</rr.prototype.get@https://test.helloayanova.com/js/chunk-vendors.f5a2569d.js:63:30788
2b0e/</rr.prototype.run@https://test.helloayanova.com/js/chunk-vendors.f5a2569d.js:63:31521
Kn@https://test.helloayanova.com/js/chunk-vendors.f5a2569d.js:63:29728
2b0e/</pe/<@https://test.helloayanova.com/js/chunk-vendors.f5a2569d.js:63:12771
ue@https://test.helloayanova.com/js/chunk-vendors.f5a2569d.js:63:12166
TODO: BUILD NEW MIGRATE RC1 with loan unit change (below) BEFORE POSTING TODO: BUILD NEW MIGRATE RC1 with loan unit change (below) BEFORE POSTING
TODO: REMOVE BETA TEST DOCS AND LICENSE FROM MANUAL TODO: REMOVE BETA TEST DOCS AND LICENSE FROM MANUAL
switch to real license and docs switch to real license and docs
@@ -1086,6 +1107,7 @@ BUILD 8.0.0-rc.1 CHANGES OF NOTE
- Updated multiple back and front end dependencies to latest release - Updated multiple back and front end dependencies to latest release
- Unit model form only show discontinued date if discontinued is checked - Unit model form only show discontinued date if discontinued is checked
- unit model form only show warranty length if lifetime warranty is *not* checked - unit model form only show warranty length if lifetime warranty is *not* checked
- fixed regression caused by recent renaming of field in workorder/quote/pm where part name would not be displayed in parts list until object was saved when parts were added from an assembly or a part request