horizon/openstack_dashboard/dashboards/project/static/dashboard/project/containers
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
..
_containers.scss Containers list styling fix 2017-01-16 09:31:32 +00:00
check-copy-destination.directive.js Add swift object copy function 2018-03-14 08:12:11 +09:00
check-copy-destination.directive.spec.js Add swift object copy function 2018-03-14 08:12:11 +09:00
containers-model.service.js Fix Create Container issues 2022-06-17 11:23:54 -05:00
containers-model.service.spec.js Fix Create Container issues 2022-06-17 11:23:54 -05:00
containers.controller.js Fix Create Container issues 2022-06-17 11:23:54 -05:00
containers.controller.spec.js Migrate to AngularJS v1.8.2 2022-06-08 15:43:13 -05:00
containers.html Fix object-store container toggle for turning public access on/off 2023-05-30 14:50:23 +00:00
containers.module.js Fix use of ngettext in registry getName 2019-12-20 09:44:48 +00:00
containers.module.spec.js Migrate Swift to use ResourceType 2016-11-08 10:51:39 +11:00
copy-object-controller.js Add swift object copy function 2018-03-14 08:12:11 +09:00
copy-object-controller.spec.js Add swift object copy function 2018-03-14 08:12:11 +09:00
copy-object-modal.html Add swift object copy function 2018-03-14 08:12:11 +09:00
create-container.help.html Use new style for help in Angular ModalFormService 2018-08-22 15:06:08 +09:00
create-folder-modal.html Fix for swift ui displaying infinite folders 2016-10-05 10:11:54 -05:00
delete-objects-modal.html Fix style of the submit button on confirmation modal 2017-07-31 06:13:29 +00:00
delete-objects.controller.js Update for ui bootstrap changes 2016-12-15 17:00:22 +00:00
delete-objects.controller.spec.js Update for ui bootstrap changes 2016-12-15 17:00:22 +00:00
edit-object-controller.js Implement file update (edit) in Swift UI 2016-08-22 14:47:23 +10:00
edit-object-controller.spec.js Implement file update (edit) in Swift UI 2016-08-22 14:47:23 +10:00
edit-object-modal.html Add the required mark on edit form under under container panel 2019-04-04 10:37:34 +08:00
file-change-directive.js Fix a script error which is occurred when choosing no file 2016-12-05 01:48:33 +00:00
file-change-directive.spec.js Migrate Swift to use ResourceType 2016-11-08 10:51:39 +11:00
object-details-modal.html add 'x' dismiss button to simpleModal 2016-05-31 10:34:29 +00:00
object-name-exists.directive.js Implement file update (edit) in Swift UI 2016-08-22 14:47:23 +10:00
object-name-exists.directive.spec.js Implement file update (edit) in Swift UI 2016-08-22 14:47:23 +10:00
objects-batch-actions.service.js Update for ui bootstrap changes 2016-12-15 17:00:22 +00:00
objects-batch-actions.service.spec.js Update for ui bootstrap changes 2016-12-15 17:00:22 +00:00
objects-row-actions.service.js Add swift object copy function 2018-03-14 08:12:11 +09:00
objects-row-actions.service.spec.js Migrate to AngularJS v1.8.2 2022-06-08 15:43:13 -05:00
objects.controller.js Migrate Swift to use ResourceType 2016-11-08 10:51:39 +11:00
objects.controller.spec.js Implement file update (edit) in Swift UI 2016-08-22 14:47:23 +10:00
objects.html Migrate Swift to use ResourceType 2016-11-08 10:51:39 +11:00
select-container.html Containers/Swift has unneccesary padding 2016-07-13 22:57:43 +00:00
upload-object-controller.js Implement file update (edit) in Swift UI 2016-08-22 14:47:23 +10:00
upload-object-controller.spec.js Implement file update (edit) in Swift UI 2016-08-22 14:47:23 +10:00
upload-object-modal.html Add the required mark 2019-04-01 10:22:14 +08:00