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:
Oskar Rasieński 2026-01-18 18:33:31 +01:00
commit c214eff502

View file

@ -315,9 +315,8 @@ public class RecipeDetailCtrl implements LocaleAware {
configService.save();
// instant ui update
appCtrl.applyRecipeFilterAndKeepSelection();
this.getParentRecipeList().refresh();
refreshFavouriteButton();
appCtrl.refresh();
}
/**