stable

Clone or download

Read-only

Deal with != for @submitted_on

This is part of story #10704 define a query with date fields The value provided after @submitted_on != is now taken into account. @submitted_on != '' means all artifacts. The NOW() operator is not compatible for now (will be done in a dedicated commit). Change-Id: I9d1a893bac772f8dfdef603a6cdfd3996b69ae8d

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php +3 −1 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/AlwaysThereField/SubmittedOn/EqualComparisonFromWhereBuilder.php +5 −0 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/AlwaysThereField/SubmittedOn/NotEqualComparisonFromWhereBuilder.php +23 −1 Go to diff View file