Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn:Fix bugzilla bug 122365 In data set dialog, add parameter first then edit query, parameter value will be cleared out.

Title: [birt-dev]CheckIn:Fix bugzilla bug 122365 In data set dialog, add parameter first then edit query, parameter value will be cleared out.

- Summary:
Fix bugzilla bug 1223
65.


- Bugzilla Bug (s) Resolved:
Fix bugzilla bug
122365 In data set dialog, add parameter first then edit query, parameter value will be cleared out..


- Description:
When there is user-defined parameter, the clearing operations will not work.User-defined parameter will never clear out automatically. Users can right-click the refresh menuItem to clear this parameter if he prefers to. In the case that all the parameters are driver-provided, once there is changes in parameter metadata, the parameter will be clear out and retrieved from the metadata.


- Tests Description :
UI feature


- Files Edited:

src/org/eclipse/birt/report/designer/internal/ui/dialogs/DataSetParametersPage.java;

src/org/eclipse/birt/report/designer/nls/messages.properties;

src/org/eclipse/birt/report/designer/internal/ui/dialogs/PropertyHandleTableViewer.java;

src/org/eclipse/birt/report/designer/ui/dialogs/DataSetEditor.java;


- Files Added:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

 

- Notes to Documentation:  


Back to the top