Latest UI changes -working on Job Templates

This commit is contained in:
chouseknecht
2013-05-14 13:50:45 -04:00
parent c9018a0aca
commit 0818e6ab3d
8 changed files with 272 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ angular.module('LookUpHelper', [ 'RestServices', 'Utilities', 'SearchHelper', 'P
scope['lookUp' + name] = function() {
var listGenerator = GenerateList;
var listScope = listGenerator.inject(list, { mode: 'lookup', hdr: 'Select ' + name });
var defaultUrl = GetBasePath(list.name);
var defaultUrl = (list.name == 'inventories') ? GetBasePath('inventory') : GetBasePath(list.name);
listScope.selectAction = function() {
var found = false;