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
What is the current behavior? follow_response funktioniert nicht für method: :put oder method: :patch. Wenn ich in einer Form bei success eine Transition auf einen anderen Pfad machen möchte, wird, wenn die Form mit put/patch submitted wurde, vom Server der angegebene Pfad mit method: :put/patch angefragt. Für eine Form submitted mit method: :post wird bei follow_response: true die erhaltene URL mit GET beim Server angefragt.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug might get fixed faster if we can run your code and it doesn't have extra dependencies. Add a link to a sample repo and/or any relevant code below:
What is the current behavior?
follow_response
funktioniert nicht fürmethod: :put
odermethod: :patch
. Wenn ich in einer Form beisuccess
eine Transition auf einen anderen Pfad machen möchte, wird, wenn die Form mitput/patch
submitted wurde, vom Server der angegebene Pfad mitmethod: :put/patch
angefragt. Für eine Form submitted mitmethod: :post
wird beifollow_response: true
die erhaltene URL mitGET
beim Server angefragt.If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug might get fixed faster if we can run your code and it doesn't have extra dependencies. Add a link to a sample repo and/or any relevant code below:
What is the expected behavior?
Request the
redirect_to
path from the controller action asGET
. Like it is happening formethod: :post
.Which versions of Matestack, and which browser/OS are affected by this issue? Did this work in previous versions of Matestack?
Matestack 0.7.5
The text was updated successfully, but these errors were encountered: