Conversation
237c39d to
c7ed599
Compare
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
@gerbsen could you please test this fix? |
|
/backport to stable5.2 |
Okay, I will. How would I do that? Going into the container and copy&replace the existing code? |
Yes :) |
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
c7ed599 to
a82d9fb
Compare
|
@gerbsen could you already test it? |
|
Not yet, can only do this at the weekends. But will do this tomorrow. Sorry for the wait. |
|
I was now finally able to test this. I mounted the file via volume in my compose file. >> submission of forms without any issue! on |
|
/backport to stable5.2 |
|
The backport to # Switch to the target branch and update it
git checkout stable5.2
git pull origin stable5.2
# Create the new backport branch
git checkout -b backport/3178/stable5.2
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick a82d9fba
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/3178/stable5.2Error: Failed to create pull request: Validation Failed: {"resource":"PullRequest","code":"custom","message":"A pull request already exists for nextcloud:backport/3178/stable5.2."} - https://docs.github.com/rest/pulls/pulls#create-a-pull-request Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
This fixes #3114 by improving the validation for strict type checks
Signed-off-by: Christian Hartmann chris-hartmann@gmx.de