File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 19
19
[ #1105 ] ( https://github.com./nextcloud/cookbook/pull/1105 ) @MarcelRobitaille
20
20
- Fix typos and styling issues
21
21
[ #1112 ] ( https://github.com./nextcloud/cookbook/pull/1112 ) @christianlupus
22
+ - Fix API endpoint used for updating recipes
23
+ [ #1119 ] ( https://github.com./nextcloud/cookbook/pull/1119 ) @MarcelRobitaille
22
24
23
25
### Maintenance
24
26
- Add composer.json to version control to have unique installed dependency versions
Original file line number Diff line number Diff line change @@ -605,7 +605,7 @@ export default {
605
605
const $this = this
606
606
607
607
const request = (() => {
608
- if (this .recipe_id ) {
608
+ if (this .$route . params . id ?? false ) {
609
609
return this .$store .dispatch (" updateRecipe" , {
610
610
recipe: this .recipeWithCorrectedYield ,
611
611
})
You can’t perform that action at this time.
0 commit comments