data correction

This commit is contained in:
Niels Lyngsø
2023-04-19 13:50:02 +02:00
parent 263cbb75f5
commit 7977209d2e
2 changed files with 2 additions and 2 deletions

View File

@@ -160,7 +160,7 @@ export class UmbDocumentTypeRepository implements UmbTreeRepository<ItemType>, U
// TODO: we currently don't use the detail store for anything.
// Consider to look up the data before fetching from the server
//this.#detailStore?.append(documentType);
this.#detailStore?.append(documentType);
// TODO: Update tree store with the new item? or ask tree to request the new item?
}

View File

@@ -635,7 +635,7 @@ export const data: Array<DocumentTypeResponseModel> = [
alias: 'blogPost',
name: 'Page Document Type',
description: null,
icon: 'umb:item-arrangement',
icon: 'umb:document',
allowedAsRoot: true,
variesByCulture: true,
variesBySegment: false,