Skip to content
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

Return associations on remove association #28

Closed
wbhob opened this issue Oct 5, 2018 · 1 comment
Closed

Return associations on remove association #28

wbhob opened this issue Oct 5, 2018 · 1 comment

Comments

@wbhob
Copy link
Contributor

wbhob commented Oct 5, 2018

Issue Description

When removing an association (DELETE /product/:product/association/:association) it should also return the updated array of associations on the product (currently returns the product instance)

Environment

  • node version: ???
  • fabrix version: ???
  • operating system: ???
@scott-wyatt
Copy link
Contributor

It should technically return the association that was removed. That's part of some methodology that I can't remember the name of right now. But's basically like "Confirm that thing that was deleted so you can undo it"

@wbhob wbhob closed this as completed Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants