You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect idea was done to allow postprocessors can rollback changes, but now it makes that relationship is not saved.
Also I think that tests should be improved to check not only return status, but try to reload relationship and check whether it exists. Now code return HTTP-204, but it do nothing
The text was updated successfully, but these errors were encountered:
hi @pavlot,
thank you for the report. Sorry, haven't noticed it earlier.
Do you have a scenario I can reproduce the issue? Or what specific test you are referring to?
tests in test_updating_relationships.py do check db changes.
E.g.
This commented out code makes that relationships are not commited
flask-restless-ng/flask_restless/views/relationships.py
Line 178 in 3edf5de
I suspect idea was done to allow postprocessors can rollback changes, but now it makes that relationship is not saved.
Also I think that tests should be improved to check not only return status, but try to reload relationship and check whether it exists. Now code return HTTP-204, but it do nothing
The text was updated successfully, but these errors were encountered: