This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new 217ff27650f ui: fix compute offering edit (#11232)
217ff27650f is described below
commit 217ff27650f7738eaf9c3a024f04f3833fdc6487
Author: Abhishek Kumar <[email protected]>
AuthorDate: Sat Jul 26 13:17:31 2025 +0530
ui: fix compute offering edit (#11232)
Fixes #11216
There is no parameter named 'storageaccessgroups' in updateServiceOffering
API.
Signed-off-by: Abhishek Kumar <[email protected]>
---
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',