This commit is contained in:
@@ -207,7 +207,7 @@ export default {
|
||||
//Only process if value is non-null since all control types can handle null
|
||||
if (ret != null) {
|
||||
//check types that matter
|
||||
/*
|
||||
/*thes are all types, not necessarily all custom field types
|
||||
NoType = 0,
|
||||
DateTime = 1,
|
||||
Date = 2,
|
||||
@@ -229,7 +229,6 @@ export default {
|
||||
case 2:
|
||||
case 3:
|
||||
//can it be parsed into a date using the same library as the components use?
|
||||
//window.$gz.DateTime.fromISO(valueStart);
|
||||
if (!window.$gz.DateTime.fromISO(ret).isValid) {
|
||||
ret = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user