mirror of
https://github.com/ansible/awx.git
synced 2026-04-16 23:40:17 -02:30
Fixes bug where checkbox list item was selecting things twice SUMMARY Resolves #10338 There was a click event on the row and the underlying checkbox. I got rid of the underlying click event so now its only handled at the row level. ISSUE TYPE Bugfix Pull Request COMPONENT NAME UI Reviewed-by: Alex Corey <Alex.swansboro@gmail.com> Reviewed-by: Tiago Góes <tiago.goes2009@gmail.com>