-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
fix(files): support submenu in batch actions header too #50364
Conversation
07c66c5
to
ed53b64
Compare
/backport to stable31 |
8341866
to
137dbef
Compare
Signed-off-by: skjnldsv <[email protected]>
137dbef
to
ca56f7a
Compare
/compile rebase-amend / |
ca56f7a
to
3e85503
Compare
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
3e85503
to
d8df001
Compare
/backport to stable31 |
The backport to # Switch to the target branch and update it
git checkout stable31
git pull origin stable31
# Create the new backport branch
git checkout -b backport/50364/stable31
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick e10947a5 73e4a13a d8df001f
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/50364/stable31 Error: Failed to create pull request: Validation Failed: {"resource":"PullRequest","code":"custom","message":"A pull request already exists for nextcloud:backport/50364/stable31."} Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
Supersede #45525
Summary