Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN: [151157] ODA Designer state is lost during Data Set Editor session

Title: CHECKIN: [151157] ODA Designer state is lost during Data Set Editor session

Summary:
ODA Designer state is lost during Data Set Editor session

Bugzilla Entry(ies) Resolved:
151157

Description:
When editing an existing data set design in the BIRT Data Set Editor, the internal state provided by an ODA designer in an ODA design session response may get lost in the next ODA session request.

For example, after the Data Set Editor dialog is first open, its initial focus is the Query custom page.  The designer state persisted in the data set definition is  indeed passed to the Query custom page.
However, if one first go to the Parameters page, then go back to the Query custom page... the designer state is no longer passed to the custom page in the oda design session request. 
This leads to problem for those custom page that relies on using the designer state to support editing of an existing data set query.

Tests Description:
Visually tested

Notes to Build Team:
None.

Notes to Developers:
None.

Notes to QA:
None.

Notes to Documentation:
None.

Files Edited:
CVS:/cvsroot/birt/source/
org.eclipse.birt.report.designer.ui/
        src/org/eclipse/birt/report/designer/data/ui/dataset/
                DataSetEditor.java
        src/org/eclipse/birt/report/designer/data/ui/util/
                DTPUtil.java

Files Added:
None.

Files Deleted:
None.


Back to the top