Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 192421Context of JS-function eval in highlight/mapping expressions off by one row in table

- Summary:
Fix bugzilla bug 192421 Context of JS-function eval in highlight/mapping expressions off by one row in table


- Bugzilla Bug (s) Resolved:
192421

- Description:

This bug occurs when trying to fetch column value from report engine scope. Because the column binding value still not calculated at that time, when trying to get its value from resultIterator, it will throw InvalidColumnBinding exception. Fix this bug by calculating this value beforehand.


- Tests Description:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

- Files Edited:
"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/BindingColumnsEvalUtil.java"

 

- Files Added:

- Files Deleted

 


Back to the top