- 🇬🇧United Kingdom aaron.ferris
Thanks for this, makes sense, had to resolve some conflicts owing to the phpcs ticket being merged in. Ill merge when the pipeline finishes.
The following line is found on the cron implementation in the module.
This is used in read-only mode, no need to fetch editable configuration here.
// Export synonyms to files.
$conf = \Drupal::configFactory()->getEditable('search_api_synonym.settings')->get('cron');
Use the standard configuration (read-only one).
Patch, review, commit.
None.
None.
None.
None.
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Thanks for this, makes sense, had to resolve some conflicts owing to the phpcs ticket being merged in. Ill merge when the pipeline finishes.