FoundKey/packages
Johann150 8c690622a1
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-sw Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
client: fix drive item updates inserting duplicates
The issue was that the detection in the drive component did not see the
contents of `paginationElem.items` because the ref was not properly
exposed. The value of the exposed property was a Proxy of an empty
array that was not a reference to the actual items array. Thus, when
checking if the item already exists or not, it never saw the item and
added it as if new.

closes #367
closes #368

Changelog: Fixed
2023-04-02 00:00:49 +02:00
..
backend server: replace IRC with issue tracker as preferred feedback 2023-04-01 15:10:12 +02:00
client client: fix drive item updates inserting duplicates 2023-04-02 00:00:49 +02:00
foundkey-js server: add movedTo to packed user 2023-03-23 21:45:59 +01:00
shared enhance typeorm-prefer-count lint rule 2023-01-03 02:41:53 +01:00
sw client: display move notification 2023-03-23 21:10:17 +01:00
meta.json refactoring 2021-11-12 02:02:25 +09:00