nextcloud / nextcloud/circles

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

Open
#1,812 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop bug
Dominant language
JavaScript
Stars
177
Forks
68
Avg merge
2d 22h
Merged PRs (30d)
60

Description

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
https://github.com/nextcloud/circles/blob/faf5c58cc835f4212d0ab378e73804093c994f14/lib/Service/CircleService.php#L720-L727

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open lib/Service/CircleService.php at lines 720-727 and inspect the API response that supplies collaborator suggestions. Update the returned label so a team is presented as "Team owned by..." rather than "Circle owned by...", then verify the sharing flow displays the expected wording.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
api, backend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.