-
Notifications
You must be signed in to change notification settings - Fork 48
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
Labels
Comments
fgsl
pushed a commit
that referenced
this issue
Oct 16, 2018
fgsl
added a commit
that referenced
this issue
Oct 29, 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>
This was referenced Apr 9, 2020
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
Steps to reproduce
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.
The text was updated successfully, but these errors were encountered: