Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 134020 [regression] cannot rename existing data source

Title: CheckIn:Fix bugzilla bug 134020 [regression] cannot rename existing data source

- Summary:
 Fix bugzilla bug 13
4020


- Bugzilla Bug (s) Resolved:
13
4020 [regression] cannot rename existing data source


- Description:
Datasource&dataset contains display name and name. The rename action is only operating on datasource/dataset name. So the display name will never change by rename action. The reason why the dataset can be renamed is that dataset's display name is "null", the tree list will display its real name not display name. So the rename action could be seen from tree list. But datasource has its non-empty display name; the rename action will not change it. To fix this bug, we had to change datasource/dataset display name&name.


- Tests Description:

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

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

- Files Deleted:

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA:  

N/A

 

- Notes to Documentation:  
N/A

 


Back to the top