Skip to content
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(occ): handle share wrappers that do not have a circle #1862

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

max-nextcloud
Copy link
Contributor

@max-nextcloud max-nextcloud commented Feb 11, 2025

@max-nextcloud max-nextcloud force-pushed the fix/occ-share-files-without-circle branch from 5b7baa4 to c22aac2 Compare February 11, 2025 11:10
@@ -203,15 +203,20 @@ private function displayShares(
$sharedTo .= '@' . $recipient->getInstance();
}
}
$circle = $share->getCircle();
$circleField = '';
if ($share->hasCircle()) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't quite understand when a ShareWrapper has a circle and when it does not. We might also want to skip all $shares without a circle.

@max-nextcloud
Copy link
Contributor Author

/backport to stable31

@max-nextcloud max-nextcloud merged commit 64ead6a into master Feb 12, 2025
31 checks passed
@max-nextcloud max-nextcloud deleted the fix/occ-share-files-without-circle branch February 12, 2025 23:14
@max-nextcloud
Copy link
Contributor Author

/backport to stable30

@max-nextcloud
Copy link
Contributor Author

/backport to stable29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants