mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 05:07:43 +02:00
Date process funcs (#8441)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -40,7 +40,9 @@ export default mergeIds(processId, process, {
|
||||
NestedContextSelector: '' as AnyComponent,
|
||||
RelatedContextSelector: '' as AnyComponent,
|
||||
FunctionSelector: '' as AnyComponent,
|
||||
RunProcessCardPopup: '' as AnyComponent
|
||||
RunProcessCardPopup: '' as AnyComponent,
|
||||
DateOffsetEditor: '' as AnyComponent,
|
||||
NumberOffsetEditor: '' as AnyComponent
|
||||
},
|
||||
function: {
|
||||
ShowDoneQuery: '' as ViewQueryAction
|
||||
@@ -76,6 +78,13 @@ export default mergeIds(processId, process, {
|
||||
Random: '' as IntlString,
|
||||
MyProcesses: '' as IntlString,
|
||||
AllProcesses: '' as IntlString,
|
||||
ShowDone: '' as IntlString
|
||||
ShowDone: '' as IntlString,
|
||||
Increment: '' as IntlString,
|
||||
Decrement: '' as IntlString,
|
||||
Add: '' as IntlString,
|
||||
Subtract: '' as IntlString,
|
||||
Offset: '' as IntlString,
|
||||
Value: '' as IntlString,
|
||||
FirstWorkingDayAfter: '' as IntlString
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user