Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 2c18ebfffd7259996a8b88515bf631439a83d13f https://github.com/openSUSE/open-build-service/commit/2c18ebfffd7259996a8b88... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2019-05-13 (Mon, 13 May 2019) Changed paths: M src/api/app/controllers/webui/groups/users_controller.rb M src/api/spec/bootstrap/features/webui/groups_spec.rb M src/api/spec/controllers/webui/groups/users_controller_spec.rb Log Message: ----------- Align usage of flash messages for groups/users_controller The create action is called synchronously, so we redirect instead of rendering JavaScript. This differs from other actions (update and destroy) since they are called asynchronously. The flash messages now also contain the user/group whenever needed. Closes #7546 Commit: b262d539661f805d8eed3538863d42b04ceba1ce https://github.com/openSUSE/open-build-service/commit/b262d539661f805d8eed35... Author: Victor Pereira <vpereira@suse.de> Date: 2019-05-14 (Tue, 14 May 2019) Changed paths: M src/api/app/controllers/webui/groups/users_controller.rb M src/api/spec/bootstrap/features/webui/groups_spec.rb M src/api/spec/controllers/webui/groups/users_controller_spec.rb Log Message: ----------- Merge pull request #7552 from dmarcoux/issue-7546 Align usage of flash messages for groups/users_controller Compare: https://github.com/openSUSE/open-build-service/compare/571e7be62c8b...b262d5...