Quantcast
Channel: AssetWise ALIM
Viewing all articles
Browse latest Browse all 6419

Wiki Page: eB: Action button is shown even when plug-in is not installed

$
0
0

  
 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" />&nbsp;&nbsp;<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" />&nbsp;&nbsp;<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 "

 


Viewing all articles
Browse latest Browse all 6419

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>