Feature #38305
SignalSlot for custom actions after submit
| Status: | Resolved | Start date: | 2012-06-22 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | Alex Kellner | % Done: | 100% |
|
| Category: | Frontend Plugin | |||
| Target version: | 2.0.2 | |||
| Votes: | 4 (View) |
Description
It would be pretty cool to have a signal slot for custom actions after submit, e.g. web service calls etc.
History
Updated by Konstantin Krauter 11 months ago
- Target version changed from 2.0.1 to 2.x
Updated by Alex Kellner 11 months ago
- Category set to Frontend Plugin
- Status changed from New to Accepted
- Assignee set to Alex Kellner
- Priority changed from Should have to Could have
- Target version changed from 2.x to 2.0.2
Updated by Bjoern Jacob 11 months ago
Hi Alex,
when do you expect version 2.0.2 to be released? We highly need this feature in one of our current projects. Is there any chance to release it earlier or to supply an unofficial version respectively?
Thx, Björn
Updated by Nicole Cordes 11 months ago
Maybe you should consider to sponsor this feature if you need it that urgent :-)
Updated by Alex Kellner 9 months ago
- % Done changed from 0 to 100
Integrated in Trunk, ready for TER Upload in version 2.0.2
New Line 190 in FormsController.php
...
$this->signalSlotDispatcher->dispatch(__CLASS__, __FUNCTION__ . 'AfterSubmitView', array($field, $form, $mail, $this));
$this->view->assign('optinActive', (!$this->settings['main']['optin'] || ($this->settings['main']['optin'] && $mail) ? 0 : 1));
Updated by Alex Kellner 9 months ago
- Status changed from Accepted to Resolved
Complete resolved:
New version 2.0.2 uploaded to TER a few minutes ago