id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 2343,Values of variables are not updated correctly in the VariableStoreView,jkarder,mkommend,"When a variable is added to the variable store, the view registers to `Item.ToStringChanged` in order to update the shown value accordingly. When the variable's value changes, the variable store fires `OnItemsReplaced`. The old variable (which the view registered to) is now stored in `CollectionItemsChangedEventArgs.OldItems`, the new variable is stored in `CollectionItemsChangedEventArgs.Items`. Therefore, the view must deregister from the old variable (since it's not in the variable store anymore) and register to the new one. I've attached a sample script that can be used to show the error.",defect,closed,medium,HeuristicLab 3.3.12,Scripting.Views,3.3.11,done,,