refactor(demand mgt): new setting to make the time more dynamic
This commit is contained in:
@@ -410,6 +410,17 @@ const newSettings: NewSetting[] = [
|
|||||||
roles: ["admin"],
|
roles: ["admin"],
|
||||||
seedVersion: 1,
|
seedVersion: 1,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "defaultOrderTime",
|
||||||
|
value: "8",
|
||||||
|
active: true,
|
||||||
|
description:
|
||||||
|
"What time will we be using as our default time for orders that we do not pass a time over.",
|
||||||
|
moduleName: "demandManagement",
|
||||||
|
settingType: "standard",
|
||||||
|
roles: ["admin"],
|
||||||
|
seedVersion: 1,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export const baseSettingValidationCheck = async () => {
|
export const baseSettingValidationCheck = async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user