[obs-commits] [openSUSE/open-build-service] 96d232: Fix wrongly highlighted advanced tabs
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 96d232c28e310698e503c47358f9679870e14546 https://github.com/openSUSE/open-build-service/commit/96d232c28e310698e503c4... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-12-12 (Wed, 12 Dec 2018) Changed paths: M src/api/app/helpers/webui/webui_helper.rb Log Message: ----------- Fix wrongly highlighted advanced tabs The meta and pulse tabs for projects were wrongly highlighted, because the controller names did not match anymore. This was caused by moving pulse and meta related actions to individual controllers. Fixes #6504 Commit: 1c80152f0c41ff4211885df30387d94d21f4c7dd https://github.com/openSUSE/open-build-service/commit/1c80152f0c41ff4211885d... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-12-12 (Wed, 12 Dec 2018) Changed paths: M src/api/app/helpers/webui/webui_helper.rb M src/api/spec/helpers/webui/webui_helper_spec.rb Log Message: ----------- Update is_advanced_tab? helper to recent changes We moved meta, pulse and project config related actions to individual controllers. Therefore we have to update the advanced tabs as well. Commit: a030960c21beca953293fa3ef7d7e76bc68c0770 https://github.com/openSUSE/open-build-service/commit/a030960c21beca953293fa... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2018-12-12 (Wed, 12 Dec 2018) Changed paths: M src/api/app/helpers/webui/webui_helper.rb M src/api/spec/helpers/webui/webui_helper_spec.rb Log Message: ----------- Merge pull request #6588 from bgeuken/fix_issue_6504 Fix issue 6504 Compare: https://github.com/openSUSE/open-build-service/compare/3f35662ae9ce...a03096... **NOTE:** This service has 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.
participants (1)
-
Saray Cabrera Padrón