-
Notifications
You must be signed in to change notification settings - Fork 109
[stable31] fix: submit button on file picker dialog #7190
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
Conversation
Manual backport of #7180 Signed-off-by: Jonas <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## stable31 #7190 +/- ##
============================================
- Coverage 51.83% 51.81% -0.03%
============================================
Files 287 287
Lines 40825 40841 +16
Branches 794 794
============================================
Hits 21160 21160
- Misses 19544 19560 +16
Partials 121 121 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@luka-nextcloud can you check whether this needs a backport to stable30? |
|
/backport to stable30 |
|
The backport to # Switch to the target branch and update it
git checkout stable30
git pull origin stable30
# Create the new backport branch
git checkout -b backport/7190/stable30
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick a7531e9c
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/7190/stable30Error: Failed to push branch backport/7190/stable30: remote: Invalid username or password. Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
Manual backport of #7180