From 217ff27650f7738eaf9c3a024f04f3833fdc6487 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Sat, 26 Jul 2025 13:17:31 +0530 Subject: [PATCH] ui: fix compute offering edit (#11232) Fixes #11216 There is no parameter named 'storageaccessgroups' in updateServiceOffering API. Signed-off-by: Abhishek Kumar --- ui/src/config/section/offering.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/config/section/offering.js b/ui/src/config/section/offering.js index 024573b84ca..ed519100b19 100644 --- a/ui/src/config/section/offering.js +++ b/ui/src/config/section/offering.js @@ -95,7 +95,7 @@ export default { label: 'label.edit', docHelp: 'adminguide/service_offerings.html#modifying-or-deleting-a-service-offering', dataView: true, - args: ['name', 'displaytext', 'storageaccessgroups', 'hosttags'] + args: ['name', 'displaytext', 'storagetags', 'hosttags'] }, { api: 'updateServiceOffering', icon: 'lock-outlined',