Details
-
Type:
Bug Fix
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Development
-
Security Level: Public (Public: Anyone can view)
-
Labels:None
-
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
Attachments
Issue Links
- cloned from
-
KULRICE-7208 Template
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue cloned from |
Issue Type | Task [ 3 ] | Bug Fix [ 1 ] |
Fix Version/s | 2.2.0-rc1 [ 16716 ] | |
Fix Version/s | 2.2-backlog [ 16475 ] | |
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] |
|
Priority | Major [ 3 ] | Critical [ 2 ] |
Assignee | Samuel Holtzkampf [ samuel ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | custom [ 157576 ] | Copy of custom for rice [ 215206 ] |
Workflow | Copy of custom for rice [ 215206 ] | custom [ 224954 ] |
Workflow | custom [ 224954 ] | Rice Workflow [ 234702 ] |
Error was caused due to validation on field with attribute security mask. Added check for 'uif-readOnlyContent' class to bypass validation.