Fixed fields are hardcoded in DataQuery::getFinalisedQuery()
- but is configurable on DataObject
.
#10958
Labels
DataQuery::getFinalisedQuery()
- but is configurable on DataObject
.
#10958
DataObject.fixed_fields
is configurable. It is extremely edge-case to want to modify the values in this array, but since it's configurable, we need to respect the configuration and not hard code references to these fields when they are meant to be treated uniformly.PRs
The text was updated successfully, but these errors were encountered: