added sharing back to recipe books

This commit is contained in:
vabene1111
2021-09-14 21:07:15 +02:00
parent 26f9d25bd2
commit aca526a9cd
3 changed files with 28 additions and 11 deletions

View File

@@ -290,6 +290,15 @@ export class Models {
}
static USER_NAME = {
'name': i18n.t('User'),
'apiName': 'User',
'list': {
'params': ['filter_list'],
},
}
static MEAL_PLAN = {
'name': i18n.t('Meal_Plan'),
'apiName': 'MealPlan',