Skip to content

add get_flavourtags function and missing flavour tag selection unpacker

Sevda Esen requested to merge sevda-flavortagselection into 2024-patches

FlavourTags are now packed as SharedObjectsContainer<FlavourTag> instead of KeyedContainer<FlavourTag> but the unpacking for the SharedObjectsContainer<FlavourTag> was missing. This is added now, as well as a ``get_flavourtags``` function.

@cprouve @graven

Edited by Sevda Esen

Merge request reports