Changes between Initial Version and Version 1 of Ticket #32045, comment 7
- Timestamp:
- Sep 28, 2020, 10:27:34 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32045, comment 7
initial v1 20 20 > Can you provide a small sample project that reproduces this issue? 21 21 22 That is what I'm describing. But `remove` should not delete the `photo1` entry. So with your example Test I expect the last assertion fail!22 That is what I'm describing. But `remove` should not delete the `photo1` entry. So with your example Test I expect the last assertion to fail! 23 23 24 As the docs .describe `remove` is expected to remove an entry from the Relation `p1.photos.all()` but keep it in the Database, unlinked to a profile.24 As the docs describe `remove` is expected to remove an entry from the Relation `p1.photos.all()` but keep it in the Database, unlinked to a profile.