Task
- ::modify was setting the wrong attribute value, namely the original, not the one that had passed through the expression evaluator's intestines.
This commit is contained in:
@@ -2126,7 +2126,7 @@ void Task::modify (modType type, bool text_required /* = false */)
|
||||
if (column->validate (value2))
|
||||
{
|
||||
context.debug (label + name + " <-- " + value2 + " <-- " + value);
|
||||
(*this).set (name, value);
|
||||
(*this).set (name, value2);
|
||||
++modCount;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user