From: Olaf Wintermann Date: Sun, 11 Jan 2026 13:38:29 +0000 (+0100) Subject: fix group resource creation X-Git-Url: https://uap-core.de/gitweb/?a=commitdiff_plain;h=HEAD;p=note.git fix group resource creation --- diff --git a/application/nbconfig.c b/application/nbconfig.c index 3f7ff55..aa371f1 100644 --- a/application/nbconfig.c +++ b/application/nbconfig.c @@ -179,6 +179,7 @@ static void nbconfig_grouplist_add(UiEvent *event, void *userdata) { group->parent_id = store->root->resource_id; group->notebook = cxCalloc(store->mp->allocator, 1, sizeof(Notebook)); group->nodename = cx_strdup_a(store->mp->allocator, "New").ptr; + group->iscollection = TRUE; wdata->selected_group = group; size_t ngroups = cxListSize(wdata->groups);