4f5b6be884
EspoCRM resolves note type views via clientDefs.Note.itemViews metadata. Without this mapping, it looked for SmartRequest/SmartResponse/SmartAction in the core views path instead of the module path, causing 404 errors. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
280 B
JSON
8 lines
280 B
JSON
{
|
|
"itemViews": {
|
|
"SmartRequest": "modules/smart-assistant/views/stream/notes/smart-request",
|
|
"SmartResponse": "modules/smart-assistant/views/stream/notes/smart-response",
|
|
"SmartAction": "modules/smart-assistant/views/stream/notes/smart-action"
|
|
}
|
|
}
|