horizon/openstack_dashboard/dashboards/project
Michel Nederlof 4f0d4d161a Fix object-store container toggle for turning public access on/off
After updating to angular 1.8, changes to a object (in this case the
container object) has changed from the click event to the onchange event
for input radio's and checkboxes as described on
https://docs.angularjs.org/guide/migration#-input-radio-and-input-checkbox-

In our scenario this means the container.is_public value is changed
_after_ the ajax call went to the horizon API, effectively not changing it.

This change fixes this, by migrating to the ng-change event for this toggle

Closes-Bug: #2020879
Change-Id: If3b87da6d747bb7e738b64f4c2f3472a7556c652
2023-05-30 14:50:23 +00:00
..
api_access Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
backups Merge "volume-backup add incremental flag" 2022-09-20 06:43:09 +00:00
containers Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
floating_ips Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
images Deprecate Django based Panel for Images, Keypair, and roles 2022-05-10 05:28:28 +09:00
instances Fix flavor specification at instance overview page 2022-10-06 16:22:49 +00:00
key_pairs Deprecate Django based Panel for Images, Keypair, and roles 2022-05-10 05:28:28 +09:00
network_qos Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
network_topology Merge "Bugfix: Add missing closing </div> tags to network topology" 2022-08-22 15:03:05 +00:00
networks Don't try and update port security if its not changing 2022-09-24 00:18:46 +00:00
overview Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
routers Merge "Address RemovedInDjango40Warning (3)" 2022-03-10 12:23:11 +00:00
security_groups Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
server_groups Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
snapshots Add cinder-user-facing messages for Backup 2022-09-06 07:29:40 +00:00
static/dashboard/project Fix object-store container toggle for turning public access on/off 2023-05-30 14:50:23 +00:00
trunks Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
vg_snapshots Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
volume_groups Address RemovedInDjango40Warning (4) 2022-02-04 16:27:18 +09:00
volumes Merge "Allow volumes in error_restoring/error_managing to be deleted" 2022-09-19 22:59:07 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
dashboard.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00