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
V16: Document shows blank page when clicking an active link (#19553)
* fix: if no workspace views are found at all, show a not found page
* fix: rather than redirecting to the first available tab, which may not always be available on secondary routing, let the router display the first tab on an empty url
this mirrors how workspace views are displayed in umb-workspace-editor
Copy file name to clipboardExpand all lines: src/Umbraco.Web.UI.Client/src/packages/core/workspace/components/workspace-editor/workspace-editor.element.ts
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -75,13 +75,15 @@ export class UmbWorkspaceEditorElement extends UmbLitElement {
75
75
76
76
// Duplicate first workspace and use it for the empty path scenario. [NL]
0 commit comments