Roundup Tracker - Issues

Message5649

Author rouilj
Recipients kowey, rouilj
Date 2016-06-27.02:11:19
Message-id <1466993479.58.0.355934470135.issue2550572@psf.upfronthosting.co.za>
In-reply-to
Found and squashed the bug. A variable needed to be reinitialized every
time though a loop.

The first time through the loop the var had the value +foo.
Then it was evaluated to add the foo user to nosy and
the value was changed to exact value demo,foo (assuming demo
was the original nosy value for the first item designator). Then the
exact value got used to set the rest of the designators.

By resetting the variable to +foo for every designator it magically
works the way it was intended.

checked in: ca3e56590fcd
History
Date User Action Args
2016-06-27 02:11:19rouiljsetmessageid: <1466993479.58.0.355934470135.issue2550572@psf.upfronthosting.co.za>
2016-06-27 02:11:19rouiljsetrecipients: + rouilj, kowey
2016-06-27 02:11:19rouiljlinkissue2550572 messages
2016-06-27 02:11:19rouiljcreate