issue summary webpart causing issues | Ben Bimber | 2011-02-17 10:58 |
Status: Closed | ||
We have a simple collaboration folder where I tried to add an issues summary webpart: https://xnight.primate.wisc.edu:8443/labkey/project/WNPRC/WNPRC_Units/Other/IACUC%20Review/begin.view there's 10's of folders almost exactly like this one on our site. they all work fine. for some reason, this issues WP throws errors and does not load. The code behind the issue summary WP is very simple. It uses Ext.get() to find a div, then updates this DIV with the HTML from a given page. for some bizarre reason this folder is giving an error and not loading that content. it says 'Ext.get('issues') is null'. If I inspect with firebug, that DIV exists. My only guess is that perhaps it has something to do with the order in which that code is run? It's just weird that I can only reproduce it in this folder. I created this folder new this morning. The only things I did was modify which users have permissions, then try to add this WP. nothing else has been done to it. i reproduced it in both chrome and firefox. Anyone have thoughts? Thanks for the help. |
||