I found this (and duplicated it by opening up DevTools on the Ticket Item page of a new Ticket
after 2-3 seconds an error is thrown.
TypeError: Cannot read property 'url' of undefined
Note that this may also be related to having the Knockout Context Debugger activated
Expected Result
No errors thrown
Actual Result
What actually happens?
TypeError: Cannot read property 'url' of undefined
Analysis
We are not running the FX5__Ticket_Checklist_Step__c object through the model-factory.
Although I’m not sure how else to reproduce this other than opening DevTools (w/ KnockoutCD enabled) on the ticket item picker screen, this is definitely a bug that needs to be fixed and has potential for larger problems.
Mingle Card: 6206 Steps to Reproduce
Note that this may also be related to having the Knockout Context Debugger activated
Expected Result
No errors thrown
Actual Result
What actually happens?
Analysis
We are not running the FX5__Ticket_Checklist_Step__c object through the model-factory.
Although I’m not sure how else to reproduce this other than opening DevTools (w/ KnockoutCD enabled) on the ticket item picker screen, this is definitely a bug that needs to be fixed and has potential for larger problems.
Related Cards
Impact Analysis
Developers: Fill in this area during code review.
Test Plan
Ummmm