We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26c4999 + 6581497 commit c1e89caCopy full SHA for c1e89ca
src/SilkierQuartz/Controllers/JobsController.cs
@@ -59,6 +59,8 @@ public async Task<IActionResult> New()
59
job.Group = SchedulerConstants.DefaultGroup;
60
job.TypeList = Services.Cache.JobTypes;
61
62
+ ViewBag.EnableEdit = EnableEdit;
63
+
64
return View("Edit", new JobViewModel() { Job = job, DataMap = jobDataMap });
65
}
66
0 commit comments