stable

Clone or download

Read-only

Add @submitted_by as a supported metadata

Part of story #10703 define a query with "people" fields How to test: - You can autocomplete and insert "@submitted_by" in the query editor - You can autocomplete IN( and NOT comparisons - Searching "@submitted_by = anything" or "@submitted_by != anything" will return an empty collection of artifacts Change-Id: I922e291de11ace8b4004cc71f539d4fe693adfad

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/REST/v1/CrossTrackerReportsResource.php +5 −2 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/AllowedMetadata.php +7 −1 Go to diff View file
A plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/AlwaysThereField/Users/EqualComparisonFromWhereBuilder.php +41 −0 Go to diff View file
A plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/AlwaysThereField/Users/FromWhereBuilder.php +27 −0 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Metadata/ComparisonFromWhereBuilder.php +10 −1 Go to diff View file
M plugins/crosstracker/include/autoload.php +4 −2 Go to diff View file
M plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/QueryEditor.vue +59 −57 Go to diff View file
M plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/tql-configuration.js +18 −8 Go to diff View file