Applies To | |||
Product(s): | eB Web | ||
Version(s): | 15.4.1 - 15.5.1 | ||
Environment: | N/A | ||
Area: | Web | ||
Subarea: | Reports | ||
Original Author: | Gintautas Bajoriunas, Bentley Technical Support Group | ||
Problem Description
In Report initialization view action buttons “Add To Package” and “Get QuickLink Url” are shown even when you do not have “Publish eB information for distribution and non-eB access” and “Quick Link IRLs” plug-ins installed.
Error message (plug-in is missing) is received when one of these action buttons pressed.
Reason
Known bug which will be solved in feature release.
Steps to Resolve
Navigate to web virtual directory/Plugins/Reporting directory and locate ReportWizard.aspx. Open this file with text editor (notepad).
Search for lines :
<div>
<asp:LinkButton ID=" ButtonAddToPackage " runat="server" Visible="false" OnClick="ButtonAddToPackage_Click"
ToolTip="<%$ Resources:Reporting,AddReportToPackage %>">
<asp:Image ID="Image8" runat="server" ImageUrl="~/Plugins/Publisher/Images/publish.gif" /> <asp:Literal runat="server" Text="<%$ Resources:Reporting,AddToPackage %>" />
</asp:LinkButton>
</div>
<div>
<asp:LinkButton ID=" ButtonAddGetQuickLink " runat="server" Visible="false" OnClick="ButtonAddGetQuickLink_Click"
ToolTip="<%$ Resources:Reporting,GetQuickLinkURL %>">
<asp:Image ID="Image9" runat="server" ImageUrl="~/PlugIns/QuickLink/Images/INsertHyperLinkHS.png" /> <asp:Literal runat="server" Text="<%$ Resources:Reporting,GetQuickLinkURL %>" />
</asp:LinkButton>
</div>
If you want to delete “Add to Package” action then Delete red text under Tag“<asp:LinkButton ID=" ButtonAddToPackage ” and if you want to delete “Get QuickLink Url” action then delete red text under Tag <asp:LinkButton ID=" ButtonAddGetQuickLink "