Skip to content

Commit 6675a82

Browse files
committed
[spalenque] - #13280 * remove dependency filter
1 parent 7bd2706 commit 6675a82

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

sangria/code/SangriaPageSurveyBuilderStatisticsExtension.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,6 @@ public function SurveyBuilderSurveyCountByQuestion($question_id)
454454
INNER JOIN Survey S ON S.ID = STP.SurveyID
455455
WHERE S.ID = I.ID AND S.IsTest = 0 AND A.QuestionID = $question_id AND A.`Value` IS NOT NULL
456456
)
457-
{$dependencies_sql}
458457
{$filters_where};
459458
SQL;
460459

@@ -1136,7 +1135,6 @@ public function SurveyBuilderSurveyCountNPS($question_id)
11361135
$entity_join
11371136
WHERE $id_compare = I.ID AND S.IsTest = 0 AND A.QuestionID = $question_id AND A.`Value` IS NOT NULL
11381137
)
1139-
{$dependencies_sql}
11401138
{$filters_where}
11411139
{$mandatory_filter};
11421140
SQL;

0 commit comments

Comments
 (0)