We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59400bf commit 6522267Copy full SHA for 6522267
src/JQDT/Application/ApplicationBase.cs
@@ -106,7 +106,7 @@ public ResultModel Execute()
106
var data = this.GetData();
107
var requestModel = this.modelBinder.BindModel(ajaxForm, data);
108
109
- var dataProcessChain = this.GetDataProcessChain(requestModel.Helpers.DataCollectionType);
+ var dataProcessChain = this.GetDataProcessChain(typeof(T));
110
111
// Call events before the data is processed
112
this.PerformDataProcessorEventHandler(ref data, requestModel, this.OnDataProcessingEvent);
0 commit comments