Task
- ::modify was not casting strings to dates for date types.
This commit is contained in:
@@ -2038,6 +2038,7 @@ void Task::modify (modType type, bool text_required /* = false */)
|
||||
}
|
||||
else
|
||||
{
|
||||
v.cast (Variant::type_date);
|
||||
context.debug (label + name + " <-- " + format ("{1}", v.get_date ()) + " <-- " + (std::string) v + " <-- " + value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user