mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:27:01 +00:00
schema
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user