diff --git a/api/v1/entries/feedbacks.php b/api/v1/entries/feedbacks.php index f45b40e94f..5ae758cd11 100644 --- a/api/v1/entries/feedbacks.php +++ b/api/v1/entries/feedbacks.php @@ -21,6 +21,7 @@ class feedbacksEntry extends entry { if(strpos(strtolower($this->param('fields')), 'moduleandproduct') !== false) return $this->getModuleAndProduct(); + $this->app->session->set('feedbackProduct', 'all'); $control = $this->loadController('feedback', 'admin'); $control->admin($this->param('status', 'unclosed'), 0, $this->param('orderBy', 'id_desc'), 0, $this->param('limit', 20), $this->param('page', 1)); $data = $this->getData();