Skip to content
Snippets Groups Projects
Commit d6ec35e7 authored by Prasad's avatar Prasad
Browse files

Merge branch 'filterfix' into 'master'

Filterfix

See merge request !424
parents c9059599 31dadd18
No related branches found
No related tags found
No related merge requests found
......@@ -623,6 +623,7 @@ class EnhancedQueryGenerator extends QueryGenerator {
foreach ($this->conditionals as $index => $conditionInfo) {
$parentReferenceField = '';
$baseFieldName = $fieldName = $conditionInfo['name'];
$parentReferenceField = $referenceModule = '';
$field = $moduleFieldList[$fieldName];
// if its a reference field then we need to add the fieldname to table name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment