Merge pull request #4574 from joebuhlig/tags-parameter-persist

FIX: Leave tags parameter in query string of URL when visiting page
This commit is contained in:
Régis Hanol 2016-11-28 10:07:33 +01:00 committed by GitHub
commit 6b319f54a3
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ export const queryParams = {
state: { replace: true, refreshModel: true },
search: { replace: true, refreshModel: true },
max_posts: { replace: true, refreshModel: true },
q: { replace: true, refreshModel: true }
q: { replace: true, refreshModel: true },
tags: { replace: true, refreshModel: true }
};
// Basic controller options