Yerba Buena
Account created on 17 July 2013, almost 11 years ago
#

Merge Requests

Recent comments

🇦🇷Argentina matiasmiranda Yerba Buena

The patch works, but I don't think it's the correct approach here, we're simply ignoring an error and/or misconfiguration issue.
In my opinion this should be fixed by configuring correctly the file-system options and directory permissions.

🇦🇷Argentina matiasmiranda Yerba Buena

Thanks, I'll try to add the tests.

for now I attach a patch in case referencing gitlab causes issues in composer.

🇦🇷Argentina matiasmiranda Yerba Buena

I attach a patch in case referencing gitlab causes issues.

🇦🇷Argentina matiasmiranda Yerba Buena

I created a PR to call a hook that allow get the FID on AcquiaDAM Assets fields

example for a referenced Media that have a field named as field_acquiadam_asset_document referencing Acquia DAM Assets

/**
 * Implements hook_search_api_attachments_get_fid().
 */
function example_module_search_api_attachments_get_fid(MediaInterface $media) {
  if ($media->hasField('field_acquiadam_asset_document')) {
    return $media->get('field_acquiadam_asset_document')->target_id;
  }
  return NULL;
}
🇦🇷Argentina matiasmiranda Yerba Buena

I sent a PR adding the proposed hook.

Production build 0.69.0 2024