[FIX] fs_image: remove rawCacheKey invalidation - #305
Conversation
|
Hi @lmignon, |
29eb343 to
1a71cf7
Compare
|
@sbejaoui can you add a fragment to include into the addon history... as it's done here https://github.com/OCA/storage/pull/304/files#diff-0c0256bf7a5f02140833fcc325442a42553aac6aaf8b013258f347d6ce2d7e8c |
0f57a90 to
7b3d5b6
Compare
done |
rawCacheKey is properly managed by STD
7b3d5b6 to
50bb88e
Compare
|
/ocabot merge patch |
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
Congratulations, your PR was merged at bccc50c. Thanks a lot for contributing to OCA. ❤️ |
Fix view crash when uploading an image
The rawCacheKey is appropriately managed by the base class and reflects the
record's last update datetime (write_date).
Since it lacks a setter, attempting to invalidate its value results in a view crash.
Nevertheless, the value will automatically be updated upon saving the record.