mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 20:57:45 +02:00
Empty array process function (#9977)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -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