Germany
1 quick comments to this patch:
1) have you checked that the layer.AddChannelToRadioGroup/layer.AddChannelToGroup don't check for double assignments? at least I thought they do.
3) what's the difference between:
a) layer.AddChannelToGroup
b) GroupMap map = new GroupMap(group.IdGroup, channel.IdChannel, sortOrder); map.Persist();
if b) does the same as a), I would prefer to change it to layer.AddChannelToGroup (also to avoid doubles)
If point 1) is not the case, those 2 functions need to be fixed, that they won't map more than one time...
(removed point2, as it is a list.contains, not string)