bitrix icon indicating copy to clipboard operation
bitrix copied to clipboard

Smart Process Automation (SPA) issue

Open bobck opened this issue 2 years ago • 0 comments

it seems bitrix.list() does not work correctly with SPA

To make my code work: bitrix.list('crm.item.list', { entityTypeId: '138', select: ['ufCrm4_1654801473656', 'ID'] })

I had to change one line in the source code: node_modules/@2bad/bitrix/build/main/client/methods/list.js:39

I changed it and it works: ...r -> ...r.items

bobck avatar Dec 04 '23 10:12 bobck