Fixed create operation on Credentials. Credential lookups on Groups and Projects now working.

This commit is contained in:
Chris Houseknecht
2013-11-02 08:49:49 +00:00
committed by Chris Church
parent 41b5d8b9ad
commit 72aacfd972
7 changed files with 41 additions and 25 deletions

View File

@@ -32,6 +32,8 @@ angular.module('CredentialFormDefinition', [])
label: 'Owned By?',
type: 'radio',
ngChange: "ownerChange()",
addRequired: true,
editRequired: true,
options: [
{ label: 'User', value: 'user' },
{ label: 'Team', value: 'team' }
@@ -40,7 +42,7 @@ angular.module('CredentialFormDefinition', [])
"to the credential. Choosing a team shares the credential with all team members.</p>",
dataTitle: 'Owner',
dataPlacement: 'right',
dataContainer: "body",
dataContainer: "body"
},
user: {
label: 'User',

View File

@@ -135,7 +135,7 @@ angular.module('ProjectFormDefinition', [])
sourceField: 'name',
ngClick: 'lookUpCredential()',
addRequired: false,
editRequired: false,
editRequired: false
},
checkbox_group: {
label: 'SCM Options',