AC-466. Fixed issue with refresh timer randomly quitting. Fixed project authorization checkbox.

This commit is contained in:
chouseknecht
2013-09-24 03:42:23 +00:00
parent f2eb9ff343
commit 4b09ba4c83
11 changed files with 34 additions and 23 deletions

View File

@@ -197,6 +197,7 @@ function JobTemplatesAdd ($scope, $rootScope, $compile, $location, $log, $routeP
// Save
scope.formSave = function() {
generator.clearApiErrors();
var data = {}
try {
// Make sure we have valid variable data
@@ -467,6 +468,7 @@ function JobTemplatesEdit ($scope, $rootScope, $compile, $location, $log, $route
// Save changes to the parent
scope.formSave = function() {
generator.clearApiErrors();
var data = {}
try {
// Make sure we have valid variable data