[KULRICE-8155] JS error going to collections page Created: 10/Sep/12 Updated: 03/Apr/13 Resolved: 15/Sep/12 |
|
Status: | Closed |
Project: | Kuali Rice Development |
Component/s: | Development |
Affects Version/s: | None |
Fix Version/s: | 2.2.0-m4, 2.2 |
Security Level: | Public (Public: Anyone can view) |
Type: | Bug Fix | Priority: | Critical |
Reporter: | Jerry Neal (Inactive) | Assignee: | Matthew Wuertz (Inactive) |
Resolution: | Won't Fix | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Issue Links: |
|
||||||||
Rice Module: |
KRAD
|
||||||||
KAI Review Status: | Not Required | ||||||||
KTI Review Status: | Not Required |
Description |
Navigated to collections page in KS (using Chrome) and caught this JS error): ReferenceError: setupDisabledCheck is not defined http://localhost:8080/kr-dev/kr-krad/uicomponents?viewId=UifCompView&methodToCall=start&readOnlyFields=field91:2 Possibly an issue with the minified file? |
Comments |
Comment by Jerry Neal (Inactive) [ 10/Sep/12 ] |
Brian, If this seems to be a problem using the minified version please assign to Matt W. thanks, |
Comment by Jerry Neal (Inactive) [ 10/Sep/12 ] |
Matt, We think this is related to minified files. Can you take a look? Jerry |
Comment by Matthew Wuertz (Inactive) [ 15/Sep/12 ] |
There is nothing to fix. I found this same issue on my machine, but when I ran maven clean install and cleared my cache, the error went away. setupDisabledCheck is part of krad.actions.js, so it does get folded into the minified file. But I think it is a more recent addition. We need to ensure that the minified files are getting minified routinely for cases like this. Also, we need to routinely clear our caches (or at least do that first when we see javascript errors about missing functions). |