Skip to content

Smart Process Automation (SPA) issue #56

@bobck

Description

@bobck

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions