File tree Expand file tree Collapse file tree 5 files changed +25
-0
lines changed Expand file tree Collapse file tree 5 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ component
58
58
" get#arguments .validationData #"
59
59
);
60
60
}
61
+
62
+ // return true if no value to compare against
63
+ if ( isNull ( compareValue ) || isNullOrEmpty ( compareValue ) ) {
64
+ return true ;
65
+ }
61
66
62
67
/**
63
68
* -1 if date1 is before than date2
Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ component
58
58
" get#arguments .validationData #"
59
59
);
60
60
}
61
+
62
+ // return true if no value to compare against
63
+ if ( isNull ( compareValue ) || isNullOrEmpty ( compareValue ) ) {
64
+ return true ;
65
+ }
61
66
62
67
/**
63
68
* -1 if date1 is before than date2
Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ component
58
58
" get#arguments .validationData #"
59
59
);
60
60
}
61
+
62
+ // return true if no value to compare against
63
+ if ( isNull ( compareValue ) || isNullOrEmpty ( compareValue ) ) {
64
+ return true ;
65
+ }
61
66
62
67
/**
63
68
* -1 if date1 is before than date2
Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ component
58
58
" get#arguments .validationData #"
59
59
);
60
60
}
61
+
62
+ // return true if no value to compare against
63
+ if ( isNull ( compareValue ) || isNullOrEmpty ( compareValue ) ) {
64
+ return true ;
65
+ }
61
66
62
67
/**
63
68
* -1 if date1 is before than date2
Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ component
58
58
" get#arguments .validationData #"
59
59
);
60
60
}
61
+
62
+ // return true if no value to compare against
63
+ if ( isNull ( compareValue ) || isNullOrEmpty ( compareValue ) ) {
64
+ return true ;
65
+ }
61
66
62
67
/**
63
68
* -1 if date1 is before than date2
You can’t perform that action at this time.
0 commit comments