You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* VACMS-20371: Clean up extensions
* VACMS-20371: Adds a couple more guard clauses.
* VACMS-20371: Adds more defensive code.
* VACMS-20371: Adds a different defense in light of PHPStan
* VACMS-20371: Adds case insensitivity to the patterns for split numbers
// Don't try to change 'field_phone_numbers_paragraph'.
77
+
if ($phone_parent_field_name === 'field_phone_numbers_paragraph') {
78
+
return"The phone data from 'field_phone_numbers_paragraph' '$item' on 'health_care_local_health_service' has already been migrated to the Service location paragraph previously. This is a vestigial field that is unused.";
0 commit comments