Skip to content
Snippets Groups Projects
Commit 9eae642c authored by srosse's avatar srosse
Browse files

OO-4015: form cannot update SMS property, only confirmation does

parent b64ee712
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,11 @@ public class SmsPhonePropertyHandler extends PhonePropertyHandler { ...@@ -57,6 +57,11 @@ public class SmsPhonePropertyHandler extends PhonePropertyHandler {
return phoneEl; return phoneEl;
} }
@Override
public void updateUserFromFormItem(User user, FormItem formItem) {
//update is done during confirmation
}
@Override @Override
public boolean isValid(User user, FormItem formItem, Map<String,String> formContext) { public boolean isValid(User user, FormItem formItem, Map<String,String> formContext) {
return true; return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment