Add timed out text to workflow job node. Change timeout to minutes and seconds.

Remove workflow template badge in approvals drawer.
This commit is contained in:
mabashian
2019-08-19 16:10:18 -04:00
committed by Ryan Petrello
parent 9bbc14c5a1
commit 5fc3b2c3f5
11 changed files with 78 additions and 28 deletions

View File

@@ -149,7 +149,8 @@ function TemplatesStrings (BaseString) {
CANCEL: t.s('CANCEL'),
SAVE_AND_EXIT: t.s('SAVE & EXIT'),
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.')
TIMEOUT_POPOVER: t.s('The amount of time to wait before this approval step is automatically denied. Defaults to 0 for no timeout.'),
TIMED_OUT: t.s('APPROVAL TIMED OUT')
};
}