Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smart Process Automation (SPA) issue #56

Open
bobck opened this issue Dec 4, 2023 · 0 comments
Open

Smart Process Automation (SPA) issue #56

bobck opened this issue Dec 4, 2023 · 0 comments

Comments

@bobck
Copy link

bobck commented Dec 4, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant