display a warning instead of an error if the project_id is a duplicate

This commit is contained in:
Marc Michalsky 2023-08-17 10:41:45 +02:00 committed by Jens Schuppe
parent 96c072eb8e
commit 8d1d93d77a
2 changed files with 8 additions and 2 deletions

View file

@ -296,7 +296,7 @@ class CRM_Twingle_Profile {
2 => $profile->getName()
]
),
ProfileValidationError::ERROR_CODE_PROFILE_VALIDATION_FAILED
ProfileValidationError::ERROR_CODE_PROFILE_VALIDATION_WARNING
);
}
}