The method addSampleAndMount was, incorrectly, called from Mount in the sample list context menu.
The consequence was that any contents of the sample was added again, multiplying the number of tasks by two every-time a sample was mounted via the sample list.
The method addSampleAndMount was replaced by mountSample instead.
The method
addSampleAndMount
was, incorrectly, called fromMount
in the sample list context menu.The consequence was that any contents of the sample was added again, multiplying the number of tasks by two every-time a sample was mounted via the sample list.
The method
addSampleAndMount
was replaced bymountSample
instead.