ng-miam 9.1.28 → 9.1.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3651,7 +3651,7 @@
3651
3651
  EventJourney["EMPTY"] = "";
3652
3652
  })(EventJourney || (EventJourney = {}));
3653
3653
 
3654
- var VERSION = "9.1.28"; // TODO: replace by ##VERSION## and update it in the CI/CD
3654
+ var VERSION = "9.1.29"; // TODO: replace by ##VERSION## and update it in the CI/CD
3655
3655
 
3656
3656
  var ContextRegistryService = /** @class */ (function () {
3657
3657
  function ContextRegistryService() {
@@ -8249,7 +8249,7 @@
8249
8249
  if (plannerOrCategoryId === void 0) { plannerOrCategoryId = null; }
8250
8250
  if (categoryId === void 0) { categoryId = null; }
8251
8251
  var resolvedCategoryId = typeof plannerOrCategoryId === 'string' ? plannerOrCategoryId : categoryId;
8252
- return _this.recipesService.openRecipeDetails(recipeId, guests, initialTabIndex, path, resolvedCategoryId);
8252
+ return _this.recipesService.openRecipeDetails(recipeId, guests, initialTabIndex, '', resolvedCategoryId);
8253
8253
  },
8254
8254
  setDefaultIngredientPicture: function (url) { return _this.defaultIngredientPicture = url; },
8255
8255
  setDefaultRecipePicture: function (url) { return _this.defaultRecipePicture = url; },