-
Notifications
You must be signed in to change notification settings - Fork 804
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
Open calendar notifications in the browser. #4684
Conversation
/backport to stable-3.5 |
8bab94c
to
b1781f8
Compare
That should work just fine. It is just not available on delete activities (as we can not link to the event because it was deleted)
We always "use" event. What you are observing comes from the event merging, e.g. if a user creates two events, there will be only 1 activity entry saying "X created event A and B" But the mechanism is incremental and when you only modified the same entry twice, you get "X updated event A" with A being But you should never assume the placeholder name. Instead you can loop over the parameters and then you check the type of the parameters to be |
b1781f8
to
3ff6cf5
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #4684 +/- ##
=======================================
Coverage 57.99% 57.99%
=======================================
Files 139 139
Lines 17728 17728
=======================================
Hits 10282 10282
Misses 7446 7446 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if I understand correctly in case of merged events you will get a link to the second one ?
Yes, that is what I understood too. |
3ff6cf5
to
8b852ed
Compare
8b852ed
to
bcc85e7
Compare
bcc85e7
to
8a55e24
Compare
SonarCloud Quality Gate failed. |
@camilasan I've added some nitpicks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No additional comments from me, just agree with Alex's comments :)
8a55e24
to
e482098
Compare
SonarCloud Quality Gate failed. |
9456b78
to
606123f
Compare
606123f
to
eb4bd29
Compare
7898f0f
to
30e8a83
Compare
SonarCloud Quality Gate failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small comment, otherwise looks good :)
30e8a83
to
50989b0
Compare
50989b0
to
3877843
Compare
/rebase |
3877843
to
0720bbb
Compare
/rebase |
0720bbb
to
10fc801
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is mergeable, but I have a tiny comment :)
10fc801
to
664288d
Compare
/rebase |
Signed-off-by: Camila <hello@camila.codes>
Signed-off-by: Camila <hello@camila.codes>
664288d
to
b4882ae
Compare
Kudos, SonarCloud Quality Gate passed! |
AppImage file: nextcloud-PR-4684-b4882ae5c7d2caf5f52f04f231a3f38501472aa7-x86_64.AppImage |
Addresses #519.
@nextcloud/calendar @nickvergessen
subject_rich
always holds extra information about the notification.... so couldn't we have the a link to the calendar in thelink
of the notification instead of hidden insubject_rich
? Maybe I am missing something.