You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When selecting the DataSource option from Property Filter, the search page's HTML breaks.
I believe this has something to do the reliance on the AEM WCM Core Components Options implementation to back these options. It seems like when the WCM Core Components OptionsImpl collects the data source, it performs an internal request.include to the property filter resource, which generates a blank rendition of the Property Filter component (or whatever component that might be).
Configure the demo Property Filter to be run from datasource asset-share-commons/data-sources/computed-properties and watch the page break. Flip it back to JSON or Local and the page does no break (no incorrect HTML in in source).
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When selecting the DataSource option from Property Filter, the search page's HTML breaks.
I believe this has something to do the reliance on the AEM WCM Core Components Options implementation to back these options. It seems like when the WCM Core Components OptionsImpl collects the data source, it performs an internal request.include to the property filter resource, which generates a blank rendition of the Property Filter component (or whatever component that might be).
https://github.com/adobe/aem-core-wcm-components/blob/main/bundles/core/src/main/java/com/adobe/cq/wcm/core/components/internal/models/v1/form/OptionsImpl.java#L208
Environment
To Reproduce
Configure the demo Property Filter to be run from datasource
asset-share-commons/data-sources/computed-properties
and watch the page break. Flip it back to JSON or Local and the page does no break (no incorrect HTML in in source).Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: