mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
0c9c5b877b
Before this fix, not all completed tasks are deleted when clicking clear completed button because we are looping to a mutated array. Looping thru a copy of the mutated array fixes this problem.