Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added

- Support for new value operators for “Field” question type linked to a field that is a dropdown in forms
- Support for searching future dates and times in date/datetime fields

### Fixed

Expand Down
1 change: 1 addition & 0 deletions inc/container.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2213,6 +2213,7 @@ public static function getAddSearchOptions($itemtype, $containers_id = false)
case 'date':
case 'datetime':
$opt[$i]['datatype'] = $data['type'];
$opt[$i]['maybefuture'] = true;
break;
case 'url':
$opt[$i]['datatype'] = 'weblink';
Expand Down