You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The links to the form editors in the tree navigation have an extra "/" that causes the the page to throw the following error when opened in a new tab or window.
This is because the href starts with "#//" when it should start with "#/." There's an unneeded "/" somewhere that just needs to be removed to fix this issue. This isn't urgent by any means, since the click handling bypasses this issue when navigating normally. It just makes it a little easier to open a form in another tab/window to compare with the current form.
For reference I encounter this problem in umbraco 8.17.1 with umbraco forms 8.10.1
The text was updated successfully, but these errors were encountered:
Thanks for reporting. That looks like an easy fix to remove the double slash. I have a silly question though, how do you open the form in a new window? As the usual right-click menu is disabled as it launches the menu with the move, copy, delete etc. actions.
The links to the form editors in the tree navigation have an extra "/" that causes the the page to throw the following error when opened in a new tab or window.
This is because the href starts with "#//" when it should start with "#/." There's an unneeded "/" somewhere that just needs to be removed to fix this issue. This isn't urgent by any means, since the click handling bypasses this issue when navigating normally. It just makes it a little easier to open a form in another tab/window to compare with the current form.
For reference I encounter this problem in umbraco 8.17.1 with umbraco forms 8.10.1
The text was updated successfully, but these errors were encountered: