-
Notifications
You must be signed in to change notification settings - Fork 198
fix(SettingsSortContacts): update it to latest NcSelect #4804
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
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
/backport to stable8.0 |
51c3e45 to
a66bc1e
Compare
Signed-off-by: Grigory Vodyanov <[email protected]>
a66bc1e to
994ceaf
Compare
|
/backport to stable8.2 |
|
The backport to # Switch to the target branch and update it
git checkout stable8.2
git pull origin stable8.2
# Create the new backport branch
git checkout -b backport/4804/stable8.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 994ceafe
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/4804/stable8.2Error: Failed to clone repository: Failed to create working tree: Preparing worktree (new branch 'backport/4804/stable8.2') Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
/backport to stable8.1 |


The selecting wasn't working