- Issue created by @Supreetam09
- 🇮🇳India Supreetam09 Kolkata
Issue seems to be happening because
Drupal\acquia_contenthub_subscriber\EventSubscriber\UnserializeContentEntityField\ReplaceAuthorWithProxyUser
depends on the fields that are being imported, instead of working at an entity level. So when author fields are excluded from export from Publisher,ReplaceAuthorWithProxyUser
is not getting triggered for the author field and failing atReplaceAuthorWithProxyUser::shouldSkip
in$this->shouldSkip($current_field_name, $uid_field)
as$current_field_name
is never having the author field, since omitted from export. - Merge request !52Issue-3524150: Use Pre Entity Save event to change proxy user. → (Open) created by Supreetam09