[obs-commits] [openSUSE/open-build-service] a98d1d: Hide deleted and locked users in autocomplete search
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: a98d1d3bbfca307d14552c88eae7356820a9a52e https://github.com/openSUSE/open-build-service/commit/a98d1d3bbfca307d14552c... Author: Björn Geuken <bgeuken@suse.de> Date: 2019-02-28 (Thu, 28 Feb 2019) Changed paths: M src/api/app/models/user.rb M src/api/spec/factories/users.rb M src/api/spec/models/user_spec.rb Log Message: ----------- Hide deleted and locked users in autocomplete search Such users are not allowed to execute any actions. So it doesn't make sense to offer them in forms, e.g. adding them as maintainer. Fixes #7022 Commit: c068ae1eea5d46a5f21781809a0f746843c37ea6 https://github.com/openSUSE/open-build-service/commit/c068ae1eea5d46a5f21781... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2019-02-28 (Thu, 28 Feb 2019) Changed paths: M src/api/app/models/user.rb M src/api/spec/factories/users.rb M src/api/spec/models/user_spec.rb Log Message: ----------- Merge pull request #7074 from bgeuken/fix_issue_7022 Hide deleted and locked users in autocomplete search Compare: https://github.com/openSUSE/open-build-service/compare/65a819881701...c068ae...
participants (1)
-
Dany Marcoux