relative url

This commit is contained in:
Lone Iversen
2023-10-02 09:52:38 +02:00
parent 3f3ea5af5d
commit 391c651900
2 changed files with 2 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ export class UmbDashboardTranslationDictionaryElement extends UmbLitElement {
columnAlias: 'name',
value: html`<a
style="font-weight:bold"
href="/section/dictionary/workspace/dictionary-item/edit/${dictionary.id}">
href="section/dictionary/workspace/dictionary-item/edit/${dictionary.id}">
${dictionary.name}</a
> `,
},

View File

@@ -38,10 +38,7 @@ export class UmbDictionaryWorkspaceEditorElement extends UmbLitElement {
return html`
<umb-workspace-editor alias="Umb.Workspace.Dictionary">
<div id="header" slot="header">
<uui-button
href="/section/dictionary/dashboard"
label=${this.localize.term('general_backToOverview')}
compact>
<uui-button href="section/dictionary/dashboard" label=${this.localize.term('general_backToOverview')} compact>
<uui-icon name="umb:arrow-left"></uui-icon>
</uui-button>
<uui-input