Closed (fixed)
Project:
Notifications widget
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Aug 2020 at 07:48 UTC
Updated:
28 Jun 2023 at 14:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
bramdriesenComment #3
Nila Hyalij commentedHi Sudesh,
Steps for resolving the issue.
Please visit the following path: /admin/config/system/notifications_widget
Save the configuration and issue will be resolved.
Thanks,
Nila Hyalij
Comment #4
Nila Hyalij commentedHi,
Even if saving configuration is not solving your problem then I have added patch in which I have changed "Message" field type from "varchar" to "longtext".
Thanks,
Nila Hyalij
Comment #5
bramdriesenThis will not fix the issue for existing installs. This would need an update hook and some proper testing to ensure there is no data loss.
Comment #6
dlevchik commentedNo changes here for a long time, I'll take that
Comment #7
dlevchik commentedCreated an update hook for that in .install, which needs review and testing.
Comment #9
dlevchik commentedComment #10
dlevchik commentedComment #11
bramdriesenI think the patch should be a combination of #7 and #4 combined.
Comment #12
bramdriesenComment #13
sourabhjainLet me work on this.
Comment #14
sourabhjainComment #15
pgshehata commentedThe patch 3166012-7.patch works for me.
Comment #16
sahilgidwani commentedI have checked and it works for me.
Comment #17
bramdriesen#15 You should have tested the MR (#13) as it is more complete :-)
#16 What did you test exactly? (patch or the mr)
We should also do it first on the 2.0.x version and then backport to 8.1.x but guessing because the differences are minimal it should apply rather smoothly.
Comment #18
chucksimply commentedUsed MR (#13) on 2.0.0-alpha3. Works as expected.
Comment #20
bramdriesenComment #21
bramdriesenI also tagged 2.0.0-alpha4 to include this fix.
Comment #23
jackfoust commentedWhat is the size big on a text type? This does not install with MySQL or Maria.Never mind I see the issue.