-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.2.X, 7.3.X, Master
-
Component/s: Calendar
-
Labels:
-
Branch Version/s:7.3.x, 7.2.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce:
1. add calendar portlet to some page
2. go to calendar settings
3. go to notificationtemplates tab
4. edit from address and from name so that those fields have more than 50 characters together, for example from address abcdeabcdeabcde@abcdeabcde.com and from name abcdeabcdeabcde abcdeabcdeabcdeabcde
expected result:
notification template is successfuly stored
actual result:
notification template is not stored and no message is displayed to the user
note: The issue is may cause by the column notificationtypesettings in the table calendarnotificationtemplate. From address and from name are stored there together with property names but the column capacity is only 75 chars.