Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Where is editor presentation broken WebUI [ solved but for future generations ]?

As I was writing this I got the solution, but having spent the time decided to share....

User reports that cannot view work items.  I've pinned it on Defect work item type.  Inspecting the presentation and binding look reasonable.  But in Firefox I get a JavaScript error "TypeError: _e[_d[i].slot] is undefined"
Tracing in WebConsole get's to this section

var _e={"details":[],"linkSummary":[],"quickInfo":[],"defaultSection":[],"description":[],"discussion":[]};
for(var i=0;i<_d.length;i++){
_e[_d[i].slot].push(_d[i]);
}

It turns out there was an empty Section under the Overview tab.  I removed it, saved and now I can load/view defect work items.

1 vote



One answer

Permanent link
Thanks Kevin for sharing solution!

What I can add is that you can append ?debug=true in address bar to have the code not obfuscated. It is easier to debug it then.

0 votes

Comments

Cool,  I thought I added the ?debug, but didn't see much, now I know what to look for!  But having had similar experience, I at least knew to focus on the Editor Presentationn

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Sep 03 '14, 10:51 a.m.

Question was seen: 3,296 times

Last updated: Sep 03 '14, 4:13 p.m.

Confirmation Cancel Confirm