Thursday, August 6, 2020
1 change · master
Resolved issues and error corrections
Fixes an issue where users saw an error when trying to share documents after filtering by tags. The share window now opens correctly, helping teams share filtered document sets without interruption.
Original PR description
**Current behavior before PR:** When tags are selected from the search panel and clicking on the share button gives traceback. This is happening after the commit https://github.com/odoo/enterprise/commit/90920b2de39cdcf5c4e5a02e555294be503888fb as it returns a list of dictionaries for tag_ids instead of its IDs **Desired behavior after PR is merged:** The share form view will be opened without any traceback for which tags been selected from the search panel. This commit will return acceptable values that are a list of ids. **LINKS** PR https://github.com/odoo/enterprise/pull/12240 Task-2312866