- Issue created by @Balu Ertl
- @balu-ertl opened merge request.
- ๐ญ๐บHungary Balu Ertl Budapest ๐ช๐บ
As @gdeni โ pointed out correctly, using the
'uid'
key as a replacement still causes an error message in the Watchdog.(Maybe worth to note that using โnotiIdโ for the same purpose also resolves the problem.)
As it turned out, my guess I wrote in the ticket description still seems to work and does not cause an error message. So I updated my MR with a new commit.
However, storing
$notificationData['notiId']
twice in lines #108 and #109 is still not an elegant way. A thorough refactoring is needed definitely. - ๐ญ๐บHungary gdeni
Using โnotiIdโ resolves the problem for me, but a refactoring is probably needed for the reason mentioned.
- ๐บ๐ธUnited States chucksimply
Yup, applied patch from #3 commit on 2.0.0-alpha2... problem was resolved.
- Status changed to Needs work
over 1 year ago 11:00am 2 May 2023 - ๐ง๐ชBelgium BramDriesen Belgium ๐ง๐ช
Still needs a little bit of work based on #4.
Should be easy so tagging as novice. All that needs to happen is to update the MR to remove the variable
$notificationId
and replace it with$id
- Assigned to akshaydalvi212
- ๐ฎ๐ณIndia akshaydalvi212
I will replace the $notificationId with $id in the MR.
- @akshaydalvi212 opened merge request.
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 11:36am 2 May 2023 - Status changed to Needs work
over 1 year ago 12:35pm 2 May 2023 - Status changed to Needs review
over 1 year ago 1:02pm 2 May 2023 -
BramDriesen โ
committed 30f8aefd on 2.0.x authored by
akshaydalvi212 โ
Issue #3341570 by Balu Ertl, akshaydalvi212, BramDriesen, chucksimply,...
-
BramDriesen โ
committed 30f8aefd on 2.0.x authored by
akshaydalvi212 โ
- Status changed to Fixed
over 1 year ago 1:19pm 2 May 2023 Automatically closed - issue fixed for 2 weeks with no activity.