AaronLasseigne / active_interaction

:briefcase: Manage application specific business logic.
MIT License
2.06k stars 136 forks source link

When use callback - compose work strange in interaction #557

Closed TruesSpeak closed 1 year ago

TruesSpeak commented 1 year ago

Hello. In my case I set in interaction set_callback :execute, :after, :pay_prepayment or set_callback :execute, :after, -> { pay_prepayment } And have 4 compose() with another interactions. When callback is commented everything is ok. When callback is work, I have image Interaction that I call at the screen - have validation, that fails. Have idea how to fix that?

AaronLasseigne commented 1 year ago

Can you provide an example interaction that fails in the same way?