mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
#17612: Fixing validation message in Warmup module
Work Items: 17612 --HG-- branch : 1.x
This commit is contained in:
@@ -63,7 +63,10 @@ namespace Orchard.Warmup.Controllers {
|
||||
}
|
||||
}
|
||||
|
||||
Services.Notifier.Information(T("Warmup updated successfully."));
|
||||
if (ModelState.IsValid) {
|
||||
Services.Notifier.Information(T("Warmup updated successfully."));
|
||||
}
|
||||
|
||||
return View(warmupPart);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user