-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
Forward the request when saving the form #499
Conversation
@felippem Yes, the tests need to be updated, but I'm also curious for the use case? |
Codecov Report
@@ Coverage Diff @@
## master #499 +/- ##
=======================================
Coverage 83.16% 83.16%
=======================================
Files 16 16
Lines 600 600
Branches 120 120
=======================================
Hits 499 499
Misses 67 67
Partials 34 34
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@felippem I get it now, but this is actually a regression, since there is a permission check in the |
This was an oversight in #393. |
So I'll try to do that soon. Thanks for answering. |
eab49ad
to
591db8d
Compare
@jezdez Done. Can you review please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @felippem, this looks good to me. Would you mind adding an item to docs/changes.rst
to note the regression fix?
591db8d
to
9e7c369
Compare
9e7c369
to
edbf1e3
Compare
Thank you @jezdez. Have an idea about the next release? |
Thank you |
Hi, @camilonova! Do you have a date for the next release? |
Hello. I would like to forward the request to the instance of ConstanceForm, when calling the save method. Help me understand if it is necessary to update any tests.