MOBILE-3068 blog: Fix entries disappearing on PTR
parent
5533c39288
commit
5794bade90
|
@ -223,7 +223,7 @@ export class AddonBlogEntriesComponent implements OnInit {
|
||||||
this.filter['userid'] = this.currentUserId;
|
this.filter['userid'] = this.currentUserId;
|
||||||
promises.push(this.blogProvider.invalidateEntries(this.filter));
|
promises.push(this.blogProvider.invalidateEntries(this.filter));
|
||||||
|
|
||||||
if (!this.showMyEntriesToggle) {
|
if (!this.onlyMyEntries) {
|
||||||
delete this.filter['userid'];
|
delete this.filter['userid'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue