How can I send data from parent view to model

Hi Everyone!

I’m having some problems working with the context, I’m trying to send some data from my parent view to a modal

I’m basing myself on this documentation: Instance Method

But I have not been able to achieve receive the data on my modal.

I have a method (openModal) to open the modal, my modal opens with out problem and send in the config parameters the data, before of open the modal I’m sending the context data and I’m trying to catch this data when my modal is opened but this method doesn’t works.

Someone could help me with this?

Regards!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.