Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: fix bug 153388:[Context Sensitive] Wrong help content for Edit data set parameter binding dialog(Main and 2.1.1 Branch)

Summary
[Context Sensitive] Wrong help content for Edit data set parameter binding dialog

Bugzilla Bug (s) Resolved
153388

Description
I find there's no Id for this dialog, maybe the code owner forgot to add it.

The dialog mentioned in the bug is DataColumnBindingDialog, whose Id is DataColumnBindingDialog_ID.
Except this one, there's anther dialog DataColumnBindingDialog, whose Id is DataItemBindingDialog_ID.

I've added the ids for the two dialogs.

Jane, If you have some questions about the two dialogs, please contact Chao Chen(cchen@xxxxxxxxxxx),who wrote the dialogs.Now, I've added him to CC list.

I've check in the two Ids in main and 2.1.1 branch.
Thank you.

Chao, would you please tell Jane the steps to open the dialog DataItemBindingDialog and the use of the two dialogs ?



Tests Description
Manual test

Files Edited

/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/DataColumnBindingDialog.java
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/DataItemBindingDialog.java
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/IHelpContextIds.java


Files Added



Files Deleted



Notes to Build Team



Notes to Developers



Notes to QA



Notes to Documentation

 


Back to the top