Partials Page does not show available actions

I have a partials page that is included in the layout page. When adding a dynamic event, the available actions do not display:

I have another partial which does show the available actions.

How should one troubleshoot this or is this a bug?

If I understand correctly, Partials have no access to the outer world, as they don’t know where they will be included (that would be logical, too).

But you say some Partials do have access to objects?

1 Like

I see I may have not stated the structure correctly.

On my layout page I have a partial and that displays the actions available from the layout page.

On this layout page I have another partial included and that one displays no actions which then makes sense based on your feedback.

Seems a directly included partial is able to show actions but deeper levels not.

Thanks for feedback @HeikoK

Thats an interesting find, as I still struggle how the templating works in Wappler (or not, depends on the view)