You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When normalizing the weights of the Mappings in a MappingGroup (so that every Mapping has a weight, and all the weights in the Group sum to 100), the code currently modifies Mapping.weight. This can cause mis-weighted Mappings when the Group is reconfigured with the cache active.
This should, instead, do calculations in a different attribute, so that the user's original assigned weight isn't altered in the cache.
The text was updated successfully, but these errors were encountered:
When normalizing the weights of the
Mapping
s in aMappingGroup
(so that everyMapping
has a weight, and all the weights in theGroup
sum to 100), the code currently modifiesMapping.weight
. This can cause mis-weightedMapping
s when theGroup
is reconfigured with the cache active.This should, instead, do calculations in a different attribute, so that the user's original assigned
weight
isn't altered in the cache.The text was updated successfully, but these errors were encountered: