-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Can you assign the same Group to multiple Folders?
I have tried adding the same Group to a different Folder, but it removed that Group from the previously assigned Folder. Is this a limitation?
Also:
If i define more than one Group, the first one always ends up containing all the groups. So i have to create dummy group, then i can define the rest.
For example this code:
create_group_folder(SNARE_1)
add_group_id(SNARE_1, 1)create_group_folder(OH_1)
for i:=0 to kit_pieces-1
add_group_id(OH_1, 12+i)
end forcreate_group_folder(OH_2)
for i:=0 to kit_pieces-1
add_group_id(OH_2, 18+i)
end for
Will result in SNARE_1 having all the groups, when i clearly only added group_id 1.
If i create a group before it, then the rest works fine.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels