- Issue created by @Alezu
References between external Bitrix24 entities and corresponding Drupal entities are now handled in the same service that is responsible for REST requests to the Bitrix24 API. This is architecturally incorrect.
Move the processing of bitrix24 references to a separate service.
Move methods
Create method for find a "back" reference (internal entity id by B24 entity id)
Delete user references when deleting user.
No
Methods for working with references (getReference, deleteReference, getHash, updateHash) will be moved from Drupal\b24\Service\RestManager to a separate service.
Active
2.0
Code