Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix two bugs : 191791 & 191892

Summary
Fix two bugs.

Bugzilla Bug (s) Resolved
191791, 191892

Description
191791[Regression] The library can not publish from file menu if it is not open [00]
191892[Regression] The embedded image name is doubled in the Image Dialogue [0001]
 
191791:There're some logic error in the action enabled check, fixed.
But when none file is opened in editor, user will find there's no "Place Library in Resource Folder" or "Register Template" actions in the top-menu, because of technical reason, this problem is not fixed when fixing bug 153225, and also won't fix in this bug.
 
191892: Initialize the list twice, so the list embedded image names are doubled. Fixed.


Tests Description
Manual test

Files Edited
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/PublishLibraryAction.java
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/PublishTemplateAction.java
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ImageBuilder.java


Files Added


Files Deleted


Notes to Build Team

Notes to Developers

Notes to QA

Notes to Documentation

Back to the top