This commit is contained in:
Yuri Kuznetsov
2025-06-04 15:17:21 +03:00
parent bd3e06d403
commit ba03bfa6da
2 changed files with 10 additions and 0 deletions

View File

@@ -1184,6 +1184,11 @@
"description": "Apply DISTINCT to the query."
}
}
},
"massUpdateActionList": {
"type": "array",
"items": {"type": "string"},
"description": "Actions for mass update. Overrides the value from fields metadata."
}
}
}

View File

@@ -176,6 +176,11 @@
"type": "array",
"items": {"type": "string"},
"description": "Sanitizers. Classes should implement Espo\\Core\\FieldSanitize\\Sanitizer. As of v8.2."
},
"massUpdateActionList": {
"type": "array",
"items": {"type": "string"},
"description": "Actions for mass update."
}
}
}