This release fixes and issue where the attachments view wouldn’t always be updated with the correct associated attachment for an Entry. For example:
- Select Entry 1 (3 attachments), view the attachments tab, it displays 3 attachments.
- Select Entry 2 (1 attachment), view the attachments tab, the 3 attachments from Entry 1 are improperly displayed
This was solely a display issue and Codebook is still properly storing the correct associated attachments for each applicable entry. That being said, this display issue did cause a few crashes related to inconsistencies. This build resolves the issue (and hence the crashes). Now whenever selecting an Entry, the correct associated attachments should be displayed.
Changes in this version:
- Fixes stale item list on Attachments view
- Fixes issue displaying transparent background pdfs in dark mode