WebDrawer Viewing error
The scenario:
Open WebDrawer using Google Chrome
find a record with a PDF document
View it (using the Trapeze viewer
4. Select the Document link
5. You will see this error
The Fix
To fix this:
open the file views\shared\menuButton.cshtml
-
look for this line:
<a tabindex="-1" href="~/@menuItem.Value">@menuItem.Key</a>
-
Change it to this:
<a tabindex="-1" target="_top" href="~/@menuItem.Value">@menuItem.Key</a>
Written on April 23, 2019