Prompt bug cleanup. Filter workflow_approval jobs out of jobs list. Add initial support for timeout.

This commit is contained in:
mabashian
2019-07-30 13:34:50 -04:00
committed by Ryan Petrello
parent 3357c96774
commit 013792f0f8
11 changed files with 103 additions and 115 deletions
@@ -148,7 +148,8 @@ function TemplatesStrings (BaseString) {
EXIT: t.s('EXIT'),
CANCEL: t.s('CANCEL'),
SAVE_AND_EXIT: t.s('SAVE & EXIT'),
APPROVAL: t.s('Approval')
APPROVAL: t.s('Approval'),
TIMEOUT_POPOVER: t.s('The amount of time (in seconds) to wait before this approval step is automatically denied. Defaults to 0 for no timeout.')
};
}