2 "save" actions on CreateResource with "mutateFormDataBeforeCreate"
Hi All,
I'm aware that actions can be added to a Resource. I would like to add an additional "Save" button on the CreateResource page. My goal is to mutate one parameter (e.g., $data['status'] = InternalStatus::CONCEPT) only when this new button is pressed.
Does anyone have any ideas on how to achieve this?