Auth1Specialist
Duplicating record before using inside of editOptionForm.
Hi all,
I would like to duplicate a record before opening it in the modal and editing it using the editOptionForm.
I have been playing around with all the various lifecyclehooks of the editOptionAction -> $action, but without any success at the moment.
I can't seem to find how to pass the newly created record to the Component of the Edit action / form?
Current code (not working):
Anyone have any ideas?
Thanks!
5 replies
Triggering editaction on Stat click
Hi all,
I have been trying to add a click event to trigger a "editAction". The event gets dispatched, but the modal (/slideover) does not show.
When I trigger the action directly, the modal does show.
This is how I am trying to achieve this:
- I have confirmed the function gets called on Click
- I have confirmed the modals code itself is loaded on the page
Thanks for the help!
5 replies