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

Parsing error in activities when user request to join a circle #243

Closed
fgsl opened this issue Oct 16, 2018 · 0 comments · Fixed by #393
Closed

Parsing error in activities when user request to join a circle #243

fgsl opened this issue Oct 16, 2018 · 0 comments · Fixed by #393
Assignees

Comments

@fgsl
Copy link
Contributor

fgsl commented Oct 16, 2018

Steps to reproduce

  1. Create a circle of type closed
  2. Log in as other user
  3. Request to join that circle

Expected behaviour

App activity must to show "You sent a request to join circle", where circle is the name of circle.

Actual behaviour

App activity shows "You sent a request to join {circle}". Variable {circle} is not parsed.

Solution

Change call to method setSubject of IEvent by method setSubject of ProviderParser.

@fgsl fgsl self-assigned this Oct 16, 2018
@fgsl fgsl added the bug label Oct 16, 2018
ArtificialOwl added a commit that referenced this issue Oct 29, 2018
Parsing error in activities when user request to join a circle #243
tortuetorche added a commit to tortuetorche/circles that referenced this issue Apr 1, 2020
Fix nextcloud#243

Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
tortuetorche added a commit to tortuetorche/circles that referenced this issue Apr 9, 2020
Fix nextcloud#243

Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
tortuetorche added a commit to tortuetorche/circles that referenced this issue Apr 9, 2020
Fix nextcloud#243

Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
backportbot-nextcloud bot pushed a commit that referenced this issue Apr 9, 2020
Fix #243

Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
backportbot-nextcloud bot pushed a commit that referenced this issue Apr 9, 2020
Fix #243

Signed-off-by: Tortue Torche <tortuetorche@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants