mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-19 21:17:55 +02:00
Fastfix
This commit is contained in:
parent
3acc9824f6
commit
b3ca6860f3
BIN
data.json.gpg
BIN
data.json.gpg
Binary file not shown.
@ -2380,6 +2380,16 @@
|
||||
КонецЕсли;
|
||||
|
||||
ТекущаяОпция = ОформитьОпцию(Опция.Значение, Опция.Ключ);
|
||||
|
||||
Если Библиотека = "bitrix24"
|
||||
И Опция.Ключ = "url" Тогда
|
||||
|
||||
ТекущаяОпция = ?(СтрНайти(ТекущаяОпция, "rest") > 0
|
||||
, "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||
, ТекущаяОпция);
|
||||
|
||||
КонецЕсли;
|
||||
|
||||
МассивОпций.Добавить(ТекущаяОпция);
|
||||
|
||||
КонецЦикла;
|
||||
|
Loading…
x
Reference in New Issue
Block a user