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:
parent
b3ca6860f3
commit
b16ea5e715
12780
service/dictionaries/en.json
vendored
12780
service/dictionaries/en.json
vendored
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -2380,6 +2380,16 @@
|
||||
КонецЕсли;
|
||||
|
||||
ТекущаяОпция = ОформитьОпцию(Опция.Значение, Опция.Ключ);
|
||||
|
||||
Если Библиотека = "bitrix24"
|
||||
И Опция.Ключ = "url" Тогда
|
||||
|
||||
ТекущаяОпция = ?(СтрНайти(ТекущаяОпция, "rest") > 0
|
||||
, "https://b24-ar17wx.bitrix24.by/rest/1/***"
|
||||
, ТекущаяОпция);
|
||||
|
||||
КонецЕсли;
|
||||
|
||||
МассивОпций.Добавить(ТекущаяОпция);
|
||||
|
||||
КонецЦикла;
|
||||
|
@ -2380,7 +2380,7 @@
|
||||
КонецЕсли;
|
||||
|
||||
ТекущаяОпция = ОформитьОпцию(Опция.Значение, Опция.Ключ);
|
||||
|
||||
|
||||
Если Библиотека = "bitrix24"
|
||||
И Опция.Ключ = "url" Тогда
|
||||
|
||||
@ -2389,7 +2389,7 @@
|
||||
, ТекущаяОпция);
|
||||
|
||||
КонецЕсли;
|
||||
|
||||
|
||||
МассивОпций.Добавить(ТекущаяОпция);
|
||||
|
||||
КонецЦикла;
|
||||
|
Loading…
x
Reference in New Issue
Block a user