(phoneNumber)
| 255 | } |
| 256 | }, |
| 257 | 'phoneNumber' (phoneNumber) { |
| 258 | if (forms.validatePhoneNumber(phoneNumber)) { |
| 259 | return null |
| 260 | } else { |
| 261 | return { code: tv4.errorCodes.FORMAT_CUSTOM, message: $.t('form_validation_errors.requireValidPhone') } |
| 262 | } |
| 263 | } |
| 264 | }) |
| 265 | } |
| 266 |
nothing calls this directly
no outgoing calls
no test coverage detected