Bernd Bestel

Results 270 comments of Bernd Bestel

> Is there any way to make "Do not check against the shopping list when adding missing items to it" the default for new ingredients It's not an option per...

> Can I also make the checkbox read-only? Sure - extended snippet from above: ```html if (Grocy.EditMode == "create") { $("#recipe-form #not_check_shoppinglist").prop("checked", true).attr("disabled", ""); } ```

Of course it's technically possible.

> On the other hand the method `public function GetUserSetting($userId, $settingKey)` in `UsersService.php` will return the default settings if no user ones are specified and default one exists. Please keep...

Didn't read in full - but as far I can see this is nothing that takes a simple HTTP GET request with basic authentication and updates the given records (this...

The table component used is [DataTables](https://datatables.net/), so a plugin or something for that would be needed.   > I have eggs on my product list. In French, eggs are œufs/Œufs...

> How about ß? (Typing "ß" in DataTables website returns "ss" which is the expected result.) Then please provide the example where you found this handling. As said above, grocy...

Duplicate of #1188, but let's track that further here, since this description fits better (thanks).

Thanks, but would be great to have the mentioned problems practically reproducible first, to also to be able to verify if things work afterwards.   > The total amount of...

I would suggest to solve this in a generic way: By adding a new userfield of a new userfield type "Reference object". I will rename this issue to cover this.