TSK-418: Added working day option (#2393)

Signed-off-by: Anton Brechka <anton.brechka@xored.com>
This commit is contained in:
mrsadman99
2022-11-24 23:50:55 +07:00
committed by GitHub
parent 3578f2b90d
commit 34c3d07e5c
13 changed files with 135 additions and 11 deletions
+5 -1
View File
@@ -261,7 +261,11 @@ export default mergeIds(trackerId, tracker, {
SaveProcess: '' as IntlString,
NoIssueTemplate: '' as IntlString,
TemplateReplace: '' as IntlString,
TemplateReplaceConfirm: '' as IntlString
TemplateReplaceConfirm: '' as IntlString,
WorkDayCurrent: '' as IntlString,
WorkDayPrevious: '' as IntlString,
WorkDayLabel: '' as IntlString
},
component: {
NopeComponent: '' as AnyComponent,