Merge branch 'favourite-refresh-fix' into 'main'
Fixed refreshing of recipeList when favouriting See merge request cse1105/2025-2026/teams/csep-team-76!72
This commit is contained in:
commit
c214eff502
1 changed files with 1 additions and 2 deletions
|
|
@ -315,9 +315,8 @@ public class RecipeDetailCtrl implements LocaleAware {
|
|||
configService.save();
|
||||
|
||||
// instant ui update
|
||||
appCtrl.applyRecipeFilterAndKeepSelection();
|
||||
this.getParentRecipeList().refresh();
|
||||
refreshFavouriteButton();
|
||||
appCtrl.refresh();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue