[openSUSE/open-build-service] c1313f: Avoid sorting Actions DataTable's column
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: c1313f6951136cf6fe5b70c13c9590f154e4dbf4 https://github.com/openSUSE/open-build-service/commit/c1313f6951136cf6fe5b70... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2021-05-18 (Tue, 18 May 2021) Changed paths: M src/api/app/views/webui/projects/maintained_projects/index.html.haml M src/api/app/views/webui/shared/_patchinfos_table.html.haml Log Message: ----------- Avoid sorting Actions DataTable's column The Actions column contains icons that are links to perform some action. It makes no sense to sort by that column. From now on, the DataTable's column is configured to not be "orderable". Commit: e33e33358bc477d5fecac9f1917c87d30acd569e https://github.com/openSUSE/open-build-service/commit/e33e33358bc477d5fecac9... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2021-05-21 (Fri, 21 May 2021) Changed paths: M src/api/app/views/webui/projects/maintained_projects/index.html.haml M src/api/app/views/webui/shared/_patchinfos_table.html.haml Log Message: ----------- Merge pull request #11159 from saraycp/fix_10608 Avoid sorting Actions DataTable's column Compare: https://github.com/openSUSE/open-build-service/compare/f91785f7e76b...e33e33...
participants (1)
-
Saray Cabrera Padrón