Skip to content

Fix mobilephone field

Tore.Brede requested to merge fix_mobilephone_field into master

The mobile phone field had some strange behaviour. Using a controller to wrap the field now to make it better. The problem was that if the value was set from the server (not really expected, but should be supported still) when the guest was about to enter information, the value in the field was not really registered, so that when the user pressed save in the wizard, he got a validation error on the mobile phone field, even though a value was displayed there.

Also did a change on the backend so that it is now possible to update the mobile phone field, not just add it if it is not already set.

Merge request reports