Wednesday, June 30, 2021
1 change · master
Resolved issues and error corrections
This fixes an issue where filtered Kanban columns could incorrectly appear empty after a card was moved to another stage. Users can now move records while filters are active and still see accurate remaining records and activity counters.
Original PR description
Currently, In kanban state when we filter the record and move it to another stage, then the previous column counter drops to zero and remaining records are not displaying So in this commit, if we move the record to other stage then the previous column records which are not match to current filter are displayed TaskId: 2454209 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr