[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[birt-dev] Checkin: Fix bug 183885:Cross tab - property editor is empty for some reports
|
Summary
Cross tab -
property editor is empty for some reports
Bugzilla Bug
(s) Resolved
183885
Description
This problems occurs when user
opens more than 2 reports which containin crosstabs. That's because
there's a property configuration error in the file plunin.xml. It works
now.
There's another problem:
If user select an
extendeditem at first, and then select another extendeditem(with a different
extension name compared to the first one), the propery editor may be error,
that's because it returns the wrong page when comparing old extendeditem with
the new extendeditem. In the past we had only one extendeditem: Chart,
though the code contains error, it works well. Now we have more than 1
extended item, and the problem occurs.
Fixed.
Tests Description
Manual test
Files Edited
\org.eclipse.birt.report.designer.ui\src\org\eclipse\birt\report\designer\internal\ui\util\IHelpContextIds.java
\org.eclipse.birt.report.designer.ui\src\org\eclipse\birt\report\designer\ui\views\IPageGenerator.java
\org.eclipse.birt.report.designer.ui.views\src\org\eclipse\birt\report\designer\internal\ui\views\attributes\page\PageSectionId.java
\org.eclipse.birt.report.designer.ui.views\src\org\eclipse\birt\report\designer\ui\views\attributes\AttributesBuilder.java
\org.eclipse.birt.report.designer.ui.views\src\org\eclipse\birt\report\designer\ui\views\attributes\TabPageGenerator.java
\org.eclipse.birt.report.item.crosstab.ui\src\org\eclipse\birt\report\item\crosstab\ui\views\attributes\CrosstabPageGenerator.java
\org.eclipse.birt.report.item.crosstab.ui\plugin.xml
Files Added
\org.eclipse.birt.report.item.crosstab.ui\src\org\eclipse\birt\report\item\crosstab\ui\views\attributes\page\CrosstabGeneratorFactory.java
Files Deleted
Notes to Build Team
Notes to
Developers
Notes to QA
Notes to Documentation