🇦🇺Australia @edyuenyw

Account created on 12 January 2022, almost 3 years ago
#

Recent comments

🇦🇺Australia edyuenyw

Thanks @cilefen,

There are a few thing I'm going to try which I haven't. Without using REST, the only way I was doing it was to use JSON API to retrieve the nodes. It returned all the data.

I should also remove that catch error to test. At the moment I don't see any other errors apart from the the current error.

🇦🇺Australia edyuenyw

The only log is coming from our custom search exception

php-error web-26856 [07-Mar-2024 14:53:39 Australia/Melbourne] Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "The search service is unavailable" at ... get()

here the custom code get()
public function get() {
try {
$this->initQuery();
$this->query->addCondition('search_api_datasource', 'entity:node');
$this->applySearchPhrase();
$this->applySort();
$this->applyFilters();
$this->execute();
$this->processResults();
return $this->getResponse();
}
catch (\Exception $e) {
$this->logger->error($e->getMessage());
throw new HttpException(503, 'The search service is unavailable');
}
}

I am still new to drupal so I'm trying to get it in local vanilla drupal but will take some time and not even sure it this the way to debug the issue.

🇦🇺Australia edyuenyw

I can verify that I had the same problem but a simple re-install of the module fixes it.
My auditfiles.settings only had one line and throwing NULL errors but reinstalling the module added more settings.

🇦🇺Australia edyuenyw

Hi @tedbow,
Thank you for your reply. I will pass this on to my colleauge to decide.

Hi @nadim-hossain,
Please refer to the latest comments if you wish to take further action.

🇦🇺Australia edyuenyw

Hi @nayana_mvr,
Thank you for verifying the patch. There was an issue relating the failed 9.5 test and was fixed a few weeks later https://www.drupal.org/project/replicate/issues/3350803 🐛 Error : Class "Drupal\layout_builder\Plugin\SectionStorage\OverridesSectionStorage" not found in Drupal\replicate\EventSubscriber\ReplicateLayoutBuilderSubscriber->onReplicateAfterSave() Fixed . This is now passed.

🇦🇺Australia edyuenyw

Hi,

Code review is to include D10 version and testing done by @mskatfay (thank you).

🇦🇺Australia edyuenyw

Hi @jrockowitz,

Thanks for the reply.

This is not an issue that can be reproduced from the original webform.

I am working on a custom module that uses this module and added an extra field to the the webform_submission config.
This field is custom field and is used to mark the webform_submission status either "New" or "Exported". For example when user download/export the webforms will update the custom field to Exported. Or mark it as "New" so other reasons. This is fine when doing it within a batch limit because of our custom code that updates the field.

However, if this is done as a batch, it has to go to the batch process to run it as batch. The issue for my case is that because of the static method of the batch process, I created this patch for now to add some code to update the custom field.

Probably not sure if this is the way to go but would like to get opinions on this.

🇦🇺Australia edyuenyw

Related link to this but this one issue to do with paragrap-top.
Linking it as it has to do with title or labelling text being truncated.

🇦🇺Australia edyuenyw

Patch and results in screenshot of the changes.

🇦🇺Australia edyuenyw

Hi @tinto,
I was able to replicate this issue with Drupal 10.1.x-dev and Claro. After enabling the module I went to admin/structure/types/manage/article/form-display and change the Widget of Co-authors to Autocomplete and I can see the same when I tried to add a new article.

I can see the same result as yours when I change the Widget to Autocomplete (Tags style).

🇦🇺Australia edyuenyw

@matthew.hallsworth.dpc
Completed a manual test and it is working fine. I was able to create the test keys and able to add it to the JWT Configuration with no issues.

Production build 0.71.5 2024