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:
commit
6b319f54a3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue