mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
AC-471 Added back client session timeout. Fixed Rest service library to bubble up expired session and invalid token errors via promise object, enabling correct error handling. Now tracking last URL in session cookie and returning user to last URL after successful login.
This commit is contained in:
@@ -78,8 +78,8 @@ angular.module('JobTemplateFormDefinition', [])
|
||||
sourceModel: 'credential',
|
||||
sourceField: 'name',
|
||||
ngClick: 'lookUpCredential()',
|
||||
addRequired: false,
|
||||
editRequired: false,
|
||||
addRequired: true,
|
||||
editRequired: true,
|
||||
column: 1
|
||||
},
|
||||
cloud_credential: {
|
||||
|
||||
Reference in New Issue
Block a user