githubbob42 / mingle2github2

0 stars 1 forks source link

TECH DEBT: TypeError: Cannot read property 'url' of undefined #5840

Closed githubbob42 closed 5 years ago

githubbob42 commented 5 years ago

Mingle Card: 6206 Steps to Reproduce

| | |
|-|-|
|**Version #**| |
|**Hardware**| |
|**OS**| |
|**Browser**| |
|**Username**| |
|**Password**|Use LastPass|
|ORG ID| |
|User ID| |
|RayGun Error ID| |
  1. I found this (and duplicated it by opening up DevTools on the Ticket Item page of a new Ticket
  2. 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.

Related Cards

Impact Analysis

Developers: Fill in this area during code review.

Test Plan

Ummmm

githubbob42 commented 5 years ago

Pull Request #3076