User tests: Successful: Unsuccessful:
Pull Request for Issue #39717 and #39965 .
Catch broken json and show an error message.
For Finder indexer, and for Finder autocomplete.
Apply patch, run npm install
.
Repeat test from #39965
Go to a finder plugin, for example /plugins/finder/content/src/Extension/Content.php
and trigger any output in the index()
method. For example you can add var_dump($item->title)
.
In the Smart Search component in the backend click on "Index".
And similar for Autocomplete.
Add var_dump(['error'])
somewhere here
The ajax stops without any visible signs of life.
You should get an error message.
Please select:
Category | ⇒ | Administration com_finder JavaScript Repository NPM Change Front End Modules |
Status | New | ⇒ | Pending |
Labels |
Added:
NPM Resource Changed
?
|
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-03-06 21:20:30 |
Closed_By | ⇒ | roland-d |
Thank you
I am confused .. @Fedik this is for 4.2 while @Hackwar has a PR for 4.3.
I have tested this PR on a 4.2 multilingual with blog sample data. But the output freezes without error message.
Need to find out why the npm ci did not do the job on the dev branch.
Repeated the test with the prebuild package and got a message