Product(s): eB QuickLinks Version(s): 15.06.01.115 Environment: N\A Area: Quicklink Wizard Subarea: Hiding modes Problem In eB V15.6 function "Get Quicklink Url" allows to use View Files(s) mode when Brava viewer plug-in is not installed. When opening such Quicklink, error message is received regarding missing Brava plug-in. Solution Hide 'View file's" mode from Get Quicklink Url Wizard so that users could not create not working quicklinks. Navigate to your virtual directory\PlugIns\QuickLink Locate and open file GetQuickUrl.aspx in text editor. Locate lines: " OnCheckedChanged="CheckedObjFileChanged" AutoPostBack="true" ToolTip=" " Visible="false" /> This code creates “ View Files” radio button. Just deleting/commenting out these lines will raise error when launching ‘Get Quicklink Url’. Add this code in paragraph tag using none style ( ). See image below how modified code looks like and how it affects Get QuickLink Url wizards. See Also Original Author: Gintautas Bajoriunas
↧