mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 21:13:26 +00:00
- 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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user