- Timestamp:
- 03/17/16 16:52:10 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Controllers/JobController.cs
r13712 r13714 59 59 { 60 60 HiveClientWeb.Instance.Refresh(); 61 61 62 62 vm.userJobs = HiveClientWeb.Instance.Jobs.ToList(); 63 63 foreach(var j in vm.userJobs) … … 69 69 } 70 70 vm.selectedJob.RefreshAutomatically = true; 71 HiveClientWeb.LoadJob(vm.selectedJob); 71 HiveClientWeb.LoadJob(vm.selectedJob); 72 FileOpeningService.Instance.NewModel(); 73 FileOpeningService.Instance.Job = vm.selectedJob; 72 74 ViewBag.Title = vm.selectedJob.Job.Name + " - Jobs"; 73 75 return View("Index", vm);
Note: See TracChangeset
for help on using the changeset viewer.