mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Making Updater available for AddModelError activity.
This commit is contained in:
@@ -36,6 +36,7 @@ namespace Orchard.DynamicForms.Handlers {
|
||||
PostedValues = values
|
||||
};
|
||||
var tokensData = new Dictionary<string, object>(formValuesDictionary) {
|
||||
{"Updater", context.Updater},
|
||||
{"FormSubmission", formTokenContext},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user