You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Hi, thanks for writing this extension. I'm having trouble obtaining a previous event model. I want to obtain a previous event model during one of the following events.. I've tried using $event->sender->read(), but this is all Private Data constructs.. Is there an easier way to do this than writing the data to a file like in your example for the registration? I realize I can add the model to my own session variable during the registerWizardStep function, but I don't see the need to increase the session storage.. Is there an easier way?
Hi, thanks for writing this extension. I'm having trouble obtaining a previous event model. I want to obtain a previous event model during one of the following events.. I've tried using $event->sender->read(), but this is all Private Data constructs.. Is there an easier way to do this than writing the data to a file like in your example for the registration? I realize I can add the model to my own session variable during the registerWizardStep function, but I don't see the need to increase the session storage.. Is there an easier way?