exdst / jss-astro-public

Sitecore JavaScript Software Development Kit for Astro
Apache License 2.0
20 stars 2 forks source link

Components are duplicated in the selection dialog #13

Closed Antonytm closed 2 months ago

Antonytm commented 10 months ago

Steps to reproduce:

  1. Open Experience Editor
  2. Try to add new component to the page

Actual result: Component are duplicated in the list image

Expected result: Dialog should show each component only once.

Antonytm commented 10 months ago

https://jodosc.blog/2023/06/09/sitecore-10-3-experience-editor-shows-duplicated-rendering-options/

bdruziuk commented 2 months ago

https://jodosc.blog/2023/06/09/sitecore-10-3-experience-editor-shows-duplicated-rendering-options/

In current case described fix is not actual because pipeline is not the part of config. image But the problem still exists because of order of processors: Sitecore.ExperienceEditor.Pipelines.GetPlaceholderRenderings.GetAllowedRenderings, Sitecore.ExperienceEditor processor should be the last in the list of piplines like this: image