Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit dd499a5

Browse files
committed
add todo
1 parent 023e558 commit dd499a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/packages/documents/document-types/tree/tree-item-children/collection/repository/document-type-tree-item-children-collection.repository.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export class UmbDocumentTypeTreeItemChildrenCollectionRepository
1010
#treeRepository = new UmbDocumentTypeTreeRepository(this);
1111

1212
async requestCollection(filter: UmbCollectionFilterModel) {
13+
// TODO: get parent from args
1314
const entityContext = await this.getContext(UMB_ENTITY_CONTEXT);
1415
if (!entityContext) throw new Error('Entity context not found');
1516

0 commit comments

Comments
 (0)