Fixed issue #111 (InstallContactPerson не должен прерывать сохранение contact person из-за невалидного mobilePhone)#115
Conversation
…n invalid mobilePhone.
There was a problem hiding this comment.
Code Review
This pull request modifies the contact person installation handler so that if an invalid mobile phone number is provided, the contact creation is no longer aborted. Instead, the invalid phone number is discarded (set to null), and the contact is successfully created without it. The corresponding functional tests have been updated to verify this new behavior. There are no review comments, so I have no additional feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Поправил issue #111. Теперь установка контактного лица с невалидным номером телефона не прерывает процесс установки. Контактное лицо будет создано без номера телефона.