Skip to content

Can you assign the same Group to multiple Folders / Create group Bug #6

@highvoltaged

Description

@highvoltaged

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 for

create_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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions