stable

Clone or download

Read-only

feat: Add duck-typed fields feature flag

How to test: - make bash-web - $ tuleap config-set feature_flag_cross_tracker_search_duck_typed_fields 1 - Browse a dashboard (project or personal) with a cross-tracker search widget - Inspect the codendi_syslog file. You should see a line like: [debug] Search on duck-typed fields is enabled part of story #10710 search on fields with duck typing Change-Id: I7104524c00b08cc0b1e200b701d2be6b298f8a9d

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/Report/CrossTrackerArtifactReportFactory.php +5 −1 Go to diff View file
A plugins/crosstracker/include/CrossTracker/SearchOnDuckTypedFieldsConfig.php +44 −0 Go to diff View file
M plugins/crosstracker/include/crosstrackerPlugin.php +10 −3 Go to diff View file