activitypods / activitypods/activitypods
If I edit my resource after having invited people, the announces/announcers list disappear
Open
bug
- Dominant language
- JavaScript
- Stars
- 260
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Happened on "Welcome to my place".
The announces/announcers collections are appended after we invite people. But React-Admin does not know the resource has been updated, so it sends a PUT request and overwrite the announces/announcers predicates.
The solution would be to always use PATCH when editing objects !
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.