mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 20:27:43 +02:00
Empty array process function (#9977)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -198,6 +198,9 @@ export default mergeIds(processId, process, {
|
||||
AddResult: '' as IntlString,
|
||||
For: '' as IntlString,
|
||||
Attribute: '' as IntlString,
|
||||
Context: '' as IntlString
|
||||
Context: '' as IntlString,
|
||||
EmptyArray: '' as IntlString,
|
||||
ExecutionInitiator: '' as IntlString,
|
||||
ExecutionStarted: '' as IntlString
|
||||
}
|
||||
})
|
||||
|
||||
@@ -297,7 +297,7 @@ function getContextFunctions (
|
||||
switch (category) {
|
||||
case 'array': {
|
||||
if (func.category === 'array') {
|
||||
if (hierarchy.isDerived(func.of, target)) {
|
||||
if (hierarchy.isDerived(func.of, target) || func.of === core.class.ArrOf) {
|
||||
matched.push(func._id)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user