Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 0780f673a86435a382760bd864407a674ed74b3a https://github.com/openSUSE/open-build-service/commit/0780f673a86435a382760b... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-07-05 (Thu, 05 Jul 2018) Changed paths: M src/api/app/assets/javascripts/webui/application.js.erb M src/api/app/assets/javascripts/webui/application/kiwi_editor.js M src/api/app/assets/javascripts/webui/application/patchinfo.js.erb M src/api/app/assets/javascripts/webui/application/project.js Log Message: ----------- [webui] Use #prop instead of #attr As of jQuery 1.6+ #prop should be used to set the property of boolean attributes. The checked attribute does not correspond to the checked property. The attribute actually corresponds to the defaultChecked property and should be used only to set the initial value of the checkbox. The checked attribute value does not change with the state of the checkbox, while the checked property does. Same applies for disabled as well. See "Attributes vs. Properties" at https://api.jquery.com/prop/ for full reference. Fix #5294 Commit: 7a6c6ce649c97f05e4959bd6e1b8608c5d94b08c https://github.com/openSUSE/open-build-service/commit/7a6c6ce649c97f05e4959b... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-07-05 (Thu, 05 Jul 2018) Changed paths: M src/api/app/assets/javascripts/webui/application.js.erb M src/api/app/assets/javascripts/webui/application/kiwi_editor.js M src/api/app/assets/javascripts/webui/application/patchinfo.js.erb M src/api/app/assets/javascripts/webui/application/project.js Log Message: ----------- Merge pull request #5300 from ChrisBr/bug/fix-select-all-checkbox [webui] Use #prop instead of #attr Compare: https://github.com/openSUSE/open-build-service/compare/8c639679e03c...7a6c6c... **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.