-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hasOne relation DELETE, PATCH and PUT CRUD operations are missing #2233
Comments
Thank you for taking this up @RaphaelDrai! Sorry I had started on it a while back and didn't get to finish. Feel free to use b403947 as inspiration/starting point. |
Hello @b-admike, |
Hello @b-admike, |
implemeted delete new feature on hasone relation. created an example of one to one application into examples folder "fix loopbackio#2233"
Hi @bajtos , @raymondfeng , |
implement hasone relation operations delete, patch and put "fix loopbackio#2233"
implemeted delete new feature on hasone relation. created an example of one to one application into examples folder "fix loopbackio#2233"
implement hasone relation operations delete, patch and put "fix loopbackio#2233"
implemented the missing crud operations delete, patch and put operations "fix loopbackio#2233"
hasone relation with acceptance test implementation of delete and patch operations "fix loopbackio#2233"
implement patch and delete operations in hasOne relation "fix loopbackio#2233"
implemented new feauture delete and patch operations in hasone relation "fix loopbackio#2233"
implemented the missing crud operations delete, patch and put operations "fix loopbackio#2233"
hasone relation with acceptance test implementation of delete and patch operations "fix loopbackio#2233"
implement patch and delete operations in hasOne relation "fix loopbackio#2233"
implemented new feauture delete and patch operations in hasone relation "fix loopbackio#2233"
Description / Steps to reproduce / Feature proposal
Add support hasOne CRUD Operations DELETE and PATCH
Initial reference:
#2147 (comment)
Acceptance Criteria
The text was updated successfully, but these errors were encountered: