"Circle" remains in collaborator suggestions instead of "teams"
Open
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:
- Have a team created
- Go to sharing tab in order to share a file
- Start typing the name of the team created in 1.
- You will see "Circle owned by..."
Expected: see "Team owned by..."
This is coming from API response
https://github.com/nextcloud/circles/blob/faf5c58cc835f4212d0ab378e73804093c994f14/lib/Service/CircleService.php#L720-L727
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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