fix: change wording from disabled to hidden for addressBooks - #4811
Conversation
Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4811 +/- ##
=========================================
Coverage 11.04% 11.04%
Complexity 293 293
=========================================
Files 127 127
Lines 6565 6565
Branches 1204 1204
=========================================
Hits 725 725
Misses 5718 5718
Partials 122 122 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/backport to stable7.3 |
|
/backport to stable8.0 |
|
The backport to # Switch to the target branch and update it
git checkout stable8.0
git pull origin stable8.0
# Create the new backport branch
git checkout -b backport/4811/stable8.0
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 93345254
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/4811/stable8.0Error: Failed to check for changes with origin/stable8.0: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
The backport to # Switch to the target branch and update it
git checkout stable7.3
git pull origin stable7.3
# Create the new backport branch
git checkout -b backport/4811/stable7.3
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 93345254
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/4811/stable7.3Error: Failed to check for changes with origin/stable7.3: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
ref #4631, #4786