[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[birt-dev] CheckIn:Fix Bugzilla Bug 163786JavaScript error on report parameter's expression on DTE's side
|
Title: CheckIn:Fix Bugzilla Bug 163786JavaScript error on report parameter's _expression_ on DTE's side
- Summary:
Fix bugzilla bug 163786 _javascript_ error on report parameter's _expression_ on DTE's side
- Bugzilla Bug (s) Resolved:
Bug 163786
- Description:
A wrapped script object must be unwrapped to a java object according to Rhino’s specification. So we should wrap a java object not js object in scriptable wrapper object. Fix this bug on DTE’s side.
- Tests Description:
Unit test
- Notes to Build Team:
- Notes to Developers:
- Notes to QA:
- Notes to Documentation:
- Files Edited:
"/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/script/ReportParameters.java"
"/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/script/ReportParameter.java"
"/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/script/DataAdapterTopLevelScope.java"
"/org.eclipse.birt.report.data.adapter/test/org/eclipse/birt/report/data/adapter/internal/script/DataAdapterTopLevelScopeTest.java"
- Files Added:
"/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/script/DummyParameterAttribute.java"
- Files Deleted