shopping list shortcut link

This commit is contained in:
vabene1111
2021-02-03 23:05:42 +01:00
parent 175fca2b39
commit 103878e107
5 changed files with 29 additions and 9 deletions

View File

@@ -394,7 +394,11 @@
data: {
shopping_list_id: {% if shopping_list_id %}{{ shopping_list_id }}{% else %}null{% endif %},
loading: true,
edit_mode: false,
{% if edit %}
edit_mode: true,
{% else %}
edit_mode: false,
{% endif %}
export_text_prefix: '', //TODO add userpreference
recipe_query: '',
recipes: [],