mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-1542
- TW-1542 Large numeric UDA values get rendered in scientific notation on export (thanks to Ralph Bean).
This commit is contained in:
parent
0a62061ca8
commit
2ef0214248
2 changed files with 2 additions and 3 deletions
|
@ -2080,9 +2080,6 @@ void Task::modify (modType type, bool text_required /* = false */)
|
|||
if (v.type () == Variant::type_string)
|
||||
throw format (STRING_UDA_NUMERIC, v.get_string ());
|
||||
|
||||
v.cast (Variant::type_real);
|
||||
v.cast (Variant::type_string);
|
||||
|
||||
set (name, v);
|
||||
++modCount;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue