TW-1542
- TW-1542 Large numeric UDA values get rendered in scientific notation on export
(thanks to Ralph Bean).
This commit is contained in:
@@ -38,6 +38,8 @@
|
|||||||
Hachimura).
|
Hachimura).
|
||||||
- TW-1534 Urgency coefficient for user project disables 'info' output (thanks to
|
- TW-1534 Urgency coefficient for user project disables 'info' output (thanks to
|
||||||
Martin).
|
Martin).
|
||||||
|
- TW-1542 Large numeric UDA values get rendered in scientific notation on export
|
||||||
|
(thanks to Ralph Bean).
|
||||||
- Fixed assorted color theme problems.
|
- Fixed assorted color theme problems.
|
||||||
- Changed assorted reports so they do not use '.age' format for dates that are
|
- Changed assorted reports so they do not use '.age' format for dates that are
|
||||||
in the future, because those are never shown with this format (thanks to
|
in the future, because those are never shown with this format (thanks to
|
||||||
|
|||||||
@@ -2080,9 +2080,6 @@ void Task::modify (modType type, bool text_required /* = false */)
|
|||||||
if (v.type () == Variant::type_string)
|
if (v.type () == Variant::type_string)
|
||||||
throw format (STRING_UDA_NUMERIC, v.get_string ());
|
throw format (STRING_UDA_NUMERIC, v.get_string ());
|
||||||
|
|
||||||
v.cast (Variant::type_real);
|
|
||||||
v.cast (Variant::type_string);
|
|
||||||
|
|
||||||
set (name, v);
|
set (name, v);
|
||||||
++modCount;
|
++modCount;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user