Skip to content

Commit

Permalink
Fixed issue #13061: Survey list displays only the surveys from the de…
Browse files Browse the repository at this point in the history
…fault survey group
  • Loading branch information
olleharstedt committed Jan 17, 2018
1 parent 114741c commit 048188a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions application/models/Survey.php
Expand Up @@ -1467,10 +1467,6 @@ public function search()
$criteria->compare('correct_relation_defaultlanguage.surveyls_title', $this->searched_value, true, 'OR');
$criteria->compare('surveygroup.title', $this->searched_value, true, 'OR');


$criteria->compare('t.gsid', [$this->gsid], false, 'AND');


// Active filter
if (isset($this->active)) {
if ($this->active == 'N' || $this->active == "Y") {
Expand Down

0 comments on commit 048188a

Please sign in to comment.