User tests: Successful: Unsuccessful:
Pull Request for Issue #34665 .
Fixes finder when debug mode is enabled - due to the default JS filter not allowing <dd>
tags by default. @dgrammatiko tagging you in case you have a better fix - as it's from the sanitiseHtml stuff - but I think this is fine.
Go to the Joomla Configuration > System and enable the "System Debug".
Go to components Smart Search and click the "Clear Index" button.
Go to components Smart Search and click the "Index" button.
Finder loads the modal but never progresses to show a progress bar
Finder index's all content as expected
None
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Repository NPM Change |
I have tested this item
Works like a charm.
Hint for other testers: You have to use npm run build:js
to rebuild the js (or npm ci
), or use the package built by drone.
I have tested this item
With Prebuilt Package
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
NPM Resource Changed
|
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-07-15 14:30:24 |
Closed_By | ⇒ | Quy | |
Labels |
Added:
?
|
Thanks!
This is fine as is. Another approach is to add
dd
anddl
in the allowedElements in core.js but I prefer your solution here