Merge pull request #69412 from rhcs-dashboard/fix-77263-main

mgr/dashboard: fix zone creation in rgw service creation form

Reviewed-by: Abhishek Desai <Abhishek.Desai1@ibm.com>
This commit is contained in:
Aashish Sharma 2026-06-12 13:02:10 +05:30 committed by GitHub
commit a1f90efb92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,6 +75,9 @@ export class CreateRgwServiceEntitiesComponent extends CdForm implements OnInit
this.zone.system_key = new SystemKey();
this.zone.system_key.access_key = '';
this.zone.system_key.secret_key = '';
this.zone.tier_type = '';
this.zone.sync_from = '';
this.zone.sync_from_all = true;
this.rgwRealmService
.create(this.realm, true)
.toPromise()