Prevent scheduling JT runs where credentials with passwords are required. Added read-only view of schedules when user does not have edit permissions.

This commit is contained in:
mabashian
2018-05-30 12:42:10 -04:00
parent b1f36572c6
commit 09ee140fb4
27 changed files with 326 additions and 247 deletions

View File

@@ -58,6 +58,7 @@ function BaseStringService (namespace) {
* the project.
*/
this.CANCEL = t.s('CANCEL');
this.CLOSE = t.s('CLOSE');
this.SAVE = t.s('SAVE');
this.OK = t.s('OK');
this.NEXT = t.s('NEXT');