Style picker in RTE is not showing up the dropdown values from options.js after service pack upgrade 6.5.21 | Adobe Higher Education
Skip to main content
Ce sujet a été fermé aux réponses.

3 commentaires

arunpatidar
Community Advisor
Community Advisor
July 3, 2024

Hi @mahesh_kumarpo 
Can you check the error log, could be issue with API upgrade. I have seen same issue while creating the dropdown in AEMaaCS.

 

Please let me know what code are you using to fetch dropdown.

Sample code for datasource with uupdated apis : https://github.com/arunpatidar02/aemaacs-aemlab/blob/master/core/src/main/java/com/community/aemlab/oneweb/core/servlets/ds/PopulateTouchUIDropdownFromJSON.java 

 

Arun Patidar
Level 2
July 3, 2024

Hi @arunpatidar  We are using the data source(interface & implement class) where it iterates the options.json values for the style picker dropdown to populate

arunpatidar
Community Advisor
Community Advisor
July 3, 2024

Hi @mahesh_kumarpo 
Could you please check the error logs on Author?

 

You might be facing issue with java imports i.e. com.adobe.cq.commerce.common.ValueMapDecorator; 

try changing to org.apache.sling.api.wrappers.ValueMapDecorator;

Arun Patidar
MukeshYadav_
Community Advisor
Community Advisor
July 3, 2024

Hi,

Could you plz check if your are getting any error on the console.

Pls post here if any error which might help people in conclusion.

Thanks, 

kautuk_sahni
Community Manager
Community Manager
July 8, 2024

@mahesh_kumarpo Did you find the suggestion helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you! 

Kautuk Sahni