Binary select button is not working properly
When updating to version 7.4, we noticed the select button for binary fields was not working well. We found the behavior:
- When the form is opened, the click on the select button does not trigger the document searcher.
- When the window is somehow refreshed, the select button works fine.
The problem seems to be related to the record
variable in this line:
For our use, we solved this behavior by removing the record variable from the "and" statement inside the toggle function in the line above, but we are not sure which implications this change may have.