bexis / Module_EventManagement

Simple to customize tool to manage participants registration for events (e.g. workshops, meetings, ...). Based on a fully flexible registration form. No user account needed for registration. Update your registration before the deadline. Module for Core @BEXIS2.
3 stars 1 forks source link

Event info is not stored in xsd #65

Closed EleonoraPetzold closed 3 years ago

EleonoraPetzold commented 3 years ago

It seems that it is due to the length of the string: Working: image

Not working: image

EleonoraPetzold commented 3 years ago

Umlauts in the text have caused the problem. Solved with [ValidateInput(false)] abov the action. See here: https://github.com/bexis/Module_EventManagement/blob/82d46a50ea134d59c313ac7f5534cdca96ac57cd/Controllers/EventRegistrationController.cs#L661