|
_rulesManager.TriggerEvent("CustomForm", "Submitted", |
Since event triggering is made before the actual publishing of content items, the content passed in the event context (e.g. for workflows) isn't up to date. This causes, for example, some field values to be empty, making it impossible for the following workflow steps to actually use the content item.
Orchard/src/Orchard.Web/Modules/Orchard.CustomForms/Controllers/ItemController.cs
Line 202 in 86bcf41
Since event triggering is made before the actual publishing of content items, the content passed in the event context (e.g. for workflows) isn't up to date. This causes, for example, some field values to be empty, making it impossible for the following workflow steps to actually use the content item.