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 0f5f87c commit 5a082f8Copy full SHA for 5a082f8
DigitalLearningSolutions.Web/Controllers/TrackingSystem/Delegates/BulkUploadController.cs
@@ -80,6 +80,7 @@ public IActionResult StartUpload()
80
public IActionResult StartUpload(UploadDelegatesViewModel model)
81
{
82
int MaxBulkUploadRows = GetMaxBulkUploadRowsLimit();
83
+ model.MaxBulkUploadRows = MaxBulkUploadRows;
84
if (model.DelegatesFile != null)
85
86
var workbook = new XLWorkbook(model.DelegatesFile.OpenReadStream());
0 commit comments