[KULRICE-8526] Type error trying to add collection line with minified script Created: 13/Nov/12 Updated: 03/Apr/13 Resolved: 20/Nov/12 |
|
Status: | Closed |
Project: | Kuali Rice Development |
Component/s: | Development |
Affects Version/s: | None |
Fix Version/s: | 2.2.0-rc1, 2.2 |
Security Level: | Public (Public: Anyone can view) |
Type: | Bug Fix | Priority: | Critical |
Reporter: | Jerry Neal (Inactive) | Assignee: | Samuel Holtzkampf (Inactive) |
Resolution: | Fixed | 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 |
In env1 tried to add a fiscal officer line on the travel account new and got a JS error: TypeError: Cannot call method 'element' of undefined http://env1.rice.kuali.org/krad/scripts/krad_2.2.0-rc1-r35737.min.js:439 |
Comments |
Comment by Samuel Holtzkampf (Inactive) [ 20/Nov/12 ] |
Error was caused due to validation on field with attribute security mask. Added check for 'uif-readOnlyContent' class to bypass validation. |