Merge "Fix object-store container toggle for turning public access on/off"

This commit is contained in:
Zuul 2023-07-19 17:10:31 +00:00 committed by Gerrit Code Review
commit 1bfd8bff60
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
<div class="themable-checkbox col-lg-7 col-md-12">
<input type="checkbox" id="id_access" ng-model="container.is_public"
ng-if="container.name === cc.model.container.name"
ng-click="cc.toggleAccess(container)">
ng-change="cc.toggleAccess(container)">
<label class="hz-object-label" for="id_access" translate>Public Access</label>
</div>
<span class="hz-object-val col-lg-5 col-md-12">