mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-04 11:10:04 -04:00
FIX: When navigating back to the user's profile page items were missing
This commit is contained in:
parent
42f2cd83db
commit
34acb805a4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export default RestModel.extend({
|
|||
baseUrl: Discourse.computed.url('itemsLoaded', 'user.username_lower', '/user_actions.json?offset=%@&username=%@'),
|
||||
|
||||
filterBy(filter) {
|
||||
this.setProperties({ filter, itemsLoaded: 0, content: [] });
|
||||
this.setProperties({ filter, itemsLoaded: 0, content: [], lastLoadedUrl: null });
|
||||
return this.findItems();
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue