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

"Circle" remains in collaborator suggestions instead of "teams" #1812

Open
DorraJaouad opened this issue Dec 12, 2024 · 0 comments
Open

"Circle" remains in collaborator suggestions instead of "teams" #1812

DorraJaouad opened this issue Dec 12, 2024 · 0 comments

Comments

@DorraJaouad
Copy link

Steps to reproduce:

  1. Have a team created
  2. Go to sharing tab in order to share a file
  3. Start typing the name of the team created in 1.
  4. You will see "Circle owned by..."
    Image

Expected: see "Team owned by..."

This is coming from API response Image

if ($circle->hasOwner()) {
return $this->l10n->t(
'%s owned by %s',
[
$source,
$this->configService->displayFederatedUser($circle->getOwner(), true)
]
);

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

No branches or pull requests

1 participant