added merge capabilities to supermarket category

This commit is contained in:
vabene1111
2024-02-10 09:01:21 +01:00
parent 6aa2aa42c7
commit 03c775d1cc
3 changed files with 79 additions and 1 deletions

View File

@@ -408,6 +408,7 @@ export class Models {
static SHOPPING_CATEGORY = {
name: "Shopping_Category",
apiName: "SupermarketCategory",
merge: true,
create: {
params: [["name", "description"]],
form: {