Bug 364570 - Custom Report Item not available Master Page pallete
Summary: Custom Report Item not available Master Page pallete
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 major with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Birt-Report-inbox@eclipse.org CLA
QA Contact: Sissi Zhu CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-23 06:27 EST by Teresa Frias CLA
Modified: 2012-01-03 22:07 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Teresa Frias CLA 2011-11-23 06:27:29 EST
Build Identifier: 20110301-1815

I have the extension marked do be available in master page but it seems to have no effect...

<extension
point="org.eclipse.birt.report.designer.ui.reportitemUI">
<model
extensionName="Certification Signature">
</model>
<palette
icon="icons/emblem-certified.png"></palette>
<editor
canResize="false"
menuLabel="Certification Signature"
showInDesigner="true"
showInMasterPage="true">
</editor>
<outline
icon="icons/emblem-certified.png">
</outline>
<reportItemLabelUI
class="certificationitem.impl.CertificationSignatureItemLabelUI">
</reportItemLabelUI>
</extension>

According to Jason Weathersby the code for custom item being available in master page palette is commented out.

http://www.birt-exchange.org/org/forum/index.php/topic/23992-how-to-make-custom-report-item-available-master-page-pallete/page__gopid__85652&#entry85652

Reproducible: Always

Steps to Reproduce:
1. Create a Custom Item
2. Check the option Show In Master Page to true (editor point)
3. Test in Birt Report Designer, the item doesn't appear