- fix : last user query is ok when relog (no more 'ast' language...), but still includes facet filters.

- fix : advanced search, status-bit checkbox can be checked
This commit is contained in:
Jean-Yves Gaulier
2015-04-07 19:27:05 +02:00
parent 812a18987d
commit d9b1a54e55
3 changed files with 9 additions and 6 deletions

View File

@@ -74,7 +74,7 @@ class Query implements ControllerProviderInterface
$app['manipulator.user']->logQuery($app['authentication']->getUser(), $result->getQuery());
if ($app['settings']->getUserSetting($app['authentication']->getUser(), 'start_page') === 'LAST_QUERY') {
$app['manipulator.user']->setUserSetting($app['authentication']->getUser(), 'start_page_query', $result->getQuery());
$app['manipulator.user']->setUserSetting($app['authentication']->getUser(), 'start_page_query', $query);
}
foreach ($options->getDataboxes() as $databox) {