Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix bug 190725:Property Editor is empty for 'Totals' cells in cross tab.

Summary
Property Editor is empty for 'Totals' cells in cross tab.


Bugzilla Bug (s) Resolved
190725

Description
User may find that AggregationCell has no property editor.
After discussing with model, AggregationCell(whose extensionName is
"AggregationCell") should have the same property with CrosstabCell(whose
extensionName is "CrosstabCell").
Add property editor page for AggregationCell.
Fixed.

Tests Description
Manual test

Files Edited
\org.eclipse.birt.report.item.crosstab.ui\src\org\eclipse\birt\report\item\crosstab\ui\views\attributes\page\CrosstabGeneratorFactory.java 
\org.eclipse.birt.report.item.crosstab.ui\plugin.xml 

Files Added


Files Deleted


Notes to Build Team

Notes to Developers

Notes to QA

Notes to Documentation

Back to the top