1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-09 07:14:16 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2025-02-06 21:39:00 +03:00
parent b3ca6860f3
commit b16ea5e715
5 changed files with 6422 additions and 6392 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2380,6 +2380,16 @@ Procedure WriteCLICall(Val Library, Val Method, Val Options)
EndIf;
CurrentOption = FormOption(Option.Value, Option.Key);
If Library = "bitrix24"
And Option.Key = "url" Then
CurrentOption = ?(StrFind(CurrentOption, "rest") > 0
, "https://b24-ar17wx.bitrix24.by/rest/1/***"
, CurrentOption);
EndIf;
OptionsArray.Add(CurrentOption);
EndDo;

View File

@ -2380,6 +2380,16 @@ Procedure WriteCLICall(Val Library, Val Method, Val Options)
EndIf;
CurrentOption = FormOption(Option.Value, Option.Key);
If Library = "bitrix24"
And Option.Key = "url" Then
CurrentOption = ?(StrFind(CurrentOption, "rest") > 0
, "https://b24-ar17wx.bitrix24.by/rest/1/***"
, CurrentOption);
EndIf;
OptionsArray.Add(CurrentOption);
EndDo;

View File

@ -2380,6 +2380,16 @@
КонецЕсли;
ТекущаяОпция = ОформитьОпцию(Опция.Значение, Опция.Ключ);
Если Библиотека = "bitrix24"
И Опция.Ключ = "url" Тогда
ТекущаяОпция = ?(СтрНайти(ТекущаяОпция, "rest") > 0
, "https://b24-ar17wx.bitrix24.by/rest/1/***"
, ТекущаяОпция);
КонецЕсли;
МассивОпций.Добавить(ТекущаяОпция);
КонецЦикла;

View File

@ -2380,7 +2380,7 @@
КонецЕсли;
ТекущаяОпция = ОформитьОпцию(Опция.Значение, Опция.Ключ);
Если Библиотека = "bitrix24"
И Опция.Ключ = "url" Тогда
@ -2389,7 +2389,7 @@
, ТекущаяОпция);
КонецЕсли;
МассивОпций.Добавить(ТекущаяОпция);
КонецЦикла;