[openSUSE/open-build-service] 283a7c: Allow searching by real name in users DataTable

Branch: refs/heads/master Home: http://github.com/openSUSE/open-build-service Commit: 283a7c807be762e1304dff41920ee05db3658c43 http://github.com/openSUSE/open-build-service/commit/283a7c807be762e1304dff... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2021-08-26 (Thu, 26 Aug 2021) Changed paths: M src/api/app/assets/javascripts/webui/users_groups.js M src/api/app/datatables/user_configuration_datatable.rb M src/api/app/views/webui/users/index.html.haml Log Message: ----------- Allow searching by real name in users DataTable The existent "User" column contains a combination of the user's realname and the user's login, but it is only possible to search by one of them, "login" in this case. As it is not possible to search by both of them, a new hidden column has been added to allow searching by user's realname too. Commit: 361cafe7db970cd581c53a9308a53f6e5f999a1c http://github.com/openSUSE/open-build-service/commit/361cafe7db970cd581c53a... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2021-08-27 (Fri, 27 Aug 2021) Changed paths: M src/api/app/assets/javascripts/webui/users_groups.js M src/api/app/datatables/user_configuration_datatable.rb M src/api/app/views/webui/users/index.html.haml Log Message: ----------- Merge pull request #11532 from saraycp/search-by-realname Allow searching by real name in users DataTable Compare: http://github.com/openSUSE/open-build-service/compare/5f1db59e7ed4...361caf...
participants (1)
-
Saray Cabrera Padrón