Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 160187 javascript that was working fine in BIRT 2.1.0 is not wor...

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 160187 _javascript_ that was working fine in BIRT 2.1.0 is not wor...

- Summary:

- Bugzilla Bug (s) Resolved:
160187 _javascript_ that was working fine in BIRT 2.1.0 is not working in 2.1.1
- Description:

        We changed the semantic of paramter to support both the paramter value and paramter display text. That cause the param['name'] return different object with the 2.1.0. So the function of param['name'].value can't be accessed through param['name'].

        If a method is not supported by param['name'], call it in the param['name'].value to keep the compatability.

- Tests Description  :

        Unit Test/Manually Test

- Notes to Build Team:
        It is check into both the 2.1.2 and 2.2.
- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  

- Files Edited:
cvs ci -m "support both params['name'] and params['name'].value" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ScriptableParameter.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ScriptableParameters.java"


- Files Added:
cvs add -kkv "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/executor/ScriptableParametersTest.java"

- Files Deleted



-Wei Yan



Back to the top