Not getting action types in core container component | Community
Skip to main content
New Participant
April 29, 2020
Solved

Not getting action types in core container component

  • April 29, 2020
  • 2 replies
  • 3080 views

I am using the core form container component. I am not able to see the values in action dropdown. Is there any configuration to get the action types in dropdown?

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Vijayalakshmi_S

Hi @gazzalm54335496 ,

 

Action type dropdown is based on Datasource logic which brings in all resources which has resourceType as "foundation/components/form/action" and that resource has cq:dialog node within.

 

Post checking the OOB link shared, you can also cross check by executing the below query in querydebug.html to see if it able to get the results.

 

path=/
1_property=sling:resourceType
1_property.value=foundation/components/form/action
2_property=sling:resourceType
2_property.value=granite/ui/components/coral/foundation/container //OOB form action which is displayed in the container has the resourceType of cq:dialog node defined as container resource. This will facilitate the listing of respective items when choosing desired action. 
2_property.depth=2

 

Screenshot for reference:

 

2 replies

Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
New Participant
April 29, 2020

Hi @gazzalm54335496 ,

 

Action type dropdown is based on Datasource logic which brings in all resources which has resourceType as "foundation/components/form/action" and that resource has cq:dialog node within.

 

Post checking the OOB link shared, you can also cross check by executing the below query in querydebug.html to see if it able to get the results.

 

path=/
1_property=sling:resourceType
1_property.value=foundation/components/form/action
2_property=sling:resourceType
2_property.value=granite/ui/components/coral/foundation/container //OOB form action which is displayed in the container has the resourceType of cq:dialog node defined as container resource. This will facilitate the listing of respective items when choosing desired action. 
2_property.depth=2

 

Screenshot for reference:

 

arunpatidar
New Participant
April 29, 2020