Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIN:Fix bugzilla bug 146525Display name in XML is delete when rename the datasource or dataset in data explorer

Title: CheckIN:Fix bugzilla bug 146525Display name in XML is delete when rename the datasource or dataset in data explorer

- Summary:
Fix bugzilla bug
146525 Display name in XML is delete when rename the datasource or dataset in data explorer

- Bugzilla Bug (s) Resolved:
146525

- Description:
The rename action is to change the dataset/datasource name, not display name. In data explorer, if user renames a dataset/datasource, its name will change accordingly, but its display name wont be changed, and user will see the same display name in data explorer. We resume the former logic back.

- Tests Description:
UI Feature

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

- Files Edited:
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/RenameInlineTool.java

- Files Added:

- Files Deleted
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/Util.java


Back to the top