mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 1999: fix(reward-list): Trigger Resource if reload gets triggered
fix(reward-list): Trigger Resource if reload gets triggered Ref: #5423
This commit is contained in:
committed by
Lorenz Hilpert
parent
a49ea25fd0
commit
bdb8aac8df
@@ -88,11 +88,16 @@ export class RewardListComponent {
|
||||
}
|
||||
|
||||
if (this.itemsLength() !== this.hits()) {
|
||||
this.searchTrigger.set('reload');
|
||||
this.#reload();
|
||||
}
|
||||
}
|
||||
|
||||
resetFilter() {
|
||||
this.#filterService.reset({ commit: true });
|
||||
}
|
||||
|
||||
#reload() {
|
||||
this.searchTrigger.set('reload');
|
||||
this.rewardCatalogResource.reload();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user