diff --git a/api/menu/saveFromBuilder.cfm b/api/menu/saveFromBuilder.cfm index 22eae40..5d82628 100644 --- a/api/menu/saveFromBuilder.cfm +++ b/api/menu/saveFromBuilder.cfm @@ -333,15 +333,17 @@ try { sortOrder: modSortOrder }); - // Update template's selection rules + // Update template's name and selection rules queryTimed(" UPDATE Items - SET RequiresChildSelection = :requiresSelection, + SET Name = :name, + RequiresChildSelection = :requiresSelection, MaxNumSelectionReq = :maxSelections, IsInvertedGroup = :isInverted WHERE ID = :modID ", { modID: modDbId, + name: mod.name, requiresSelection: requiresSelection, maxSelections: maxSelections, isInverted: (structKeyExists(mod, "isInverted") && mod.isInverted) ? 1 : 0 diff --git a/portal/menu-builder.html b/portal/menu-builder.html index 923ed2f..c22e07e 100644 --- a/portal/menu-builder.html +++ b/portal/menu-builder.html @@ -2245,16 +2245,6 @@
Required = customer must select at least one option. Max 0 = unlimited.
-- When enabled, KDS and cart only show removed items (e.g., "NO Mustard") instead of listing all defaults. -
-