feat; change model names (Material -> WidgetFamily)

This commit is contained in:
Sathishkumar Krishnan
2022-01-06 00:15:05 +05:30
parent 32358ec68f
commit c459271a63
9 changed files with 100 additions and 100 deletions

View File

@@ -23,7 +23,7 @@ const LevelPositions = [
"RUF",
];
const InventoryScopes = ["Inventory", "Material", "Item"];
const InventoryScopes = ["Inventory", "WidgetFamily", "Item"];
const WarehouseScopes = [
"Warehouse",
@@ -51,7 +51,7 @@ const CustomAttributeTypes = [
"Enumerable",
];
const SublevelInventoryTypes = ["Inventory", "Material", "Item"];
const SublevelInventoryTypes = ["Inventory", "WidgetFamily", "Item"];
const AUTHENTICATION_FAILURE_ERROR_MESSAGE = "Authentication Failed!";
const AUTHORIZATION_FAILURE_ERROR_MESSAGE =