- Issue created by @Alezu
- Merge request !123525491: remove crm_mode setting from forms in favour of API → (Merged) created by Alezu
CRM mode value is now available via Bitrix24 REST API and should be removed or made not editable in the setting form. Instead we should periodically retrieve it from API.
Move crm_mode setting from b24_commerce module to the main b24 module as this setting is essentially global. Do not remove it entirely but make it not editable.
Change all the references to this configuration in B24CommerceSubscriber class, replace the values with the correspondent constants.
Crm mode setting will be moved to b24 settings form and disabled.
Active
2.0
Code