You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Main build (Jenkins)
This commit is contained in:
16990
service/dictionaries/en.json
vendored
16990
service/dictionaries/en.json
vendored
File diff suppressed because it is too large
Load Diff
@@ -754,6 +754,10 @@ Function ExecuteTestCLI(Val Library, Val Method, Val Options, Val Record = True)
|
|||||||
|
|
||||||
For Each Option In Options Do
|
For Each Option In Options Do
|
||||||
|
|
||||||
|
If Option.Value = Undefined Then
|
||||||
|
Continue;
|
||||||
|
EndIf;
|
||||||
|
|
||||||
CurrentValue = GetCLIFormedValue(Option.Value);
|
CurrentValue = GetCLIFormedValue(Option.Value);
|
||||||
|
|
||||||
LaunchString = LaunchString
|
LaunchString = LaunchString
|
||||||
@@ -3024,11 +3028,15 @@ Procedure WriteCLICall(Val Library, Val Method, Val Options)
|
|||||||
EndIf;
|
EndIf;
|
||||||
|
|
||||||
CurrentOption = Option.Value;
|
CurrentOption = Option.Value;
|
||||||
|
|
||||||
|
If CurrentOption <> Undefined Then
|
||||||
|
|
||||||
ProcessSpecialOptionsSecrets(Library, Option.Key, CurrentOption);
|
ProcessSpecialOptionsSecrets(Library, Option.Key, CurrentOption);
|
||||||
CurrentOption = FormOption(CurrentOption, Option.Key);
|
CurrentOption = FormOption(CurrentOption, Option.Key);
|
||||||
|
|
||||||
OptionsArray.Add(CurrentOption);
|
OptionsArray.Add(CurrentOption);
|
||||||
|
|
||||||
|
EndIf;
|
||||||
|
|
||||||
EndDo;
|
EndDo;
|
||||||
|
|
||||||
Start = "oint ";
|
Start = "oint ";
|
||||||
|
@@ -754,6 +754,10 @@ Function ExecuteTestCLI(Val Library, Val Method, Val Options, Val Record = True)
|
|||||||
|
|
||||||
For Each Option In Options Do
|
For Each Option In Options Do
|
||||||
|
|
||||||
|
If Option.Value = Undefined Then
|
||||||
|
Continue;
|
||||||
|
EndIf;
|
||||||
|
|
||||||
CurrentValue = GetCLIFormedValue(Option.Value);
|
CurrentValue = GetCLIFormedValue(Option.Value);
|
||||||
|
|
||||||
LaunchString = LaunchString
|
LaunchString = LaunchString
|
||||||
@@ -3024,11 +3028,15 @@ Procedure WriteCLICall(Val Library, Val Method, Val Options)
|
|||||||
EndIf;
|
EndIf;
|
||||||
|
|
||||||
CurrentOption = Option.Value;
|
CurrentOption = Option.Value;
|
||||||
|
|
||||||
|
If CurrentOption <> Undefined Then
|
||||||
|
|
||||||
ProcessSpecialOptionsSecrets(Library, Option.Key, CurrentOption);
|
ProcessSpecialOptionsSecrets(Library, Option.Key, CurrentOption);
|
||||||
CurrentOption = FormOption(CurrentOption, Option.Key);
|
CurrentOption = FormOption(CurrentOption, Option.Key);
|
||||||
|
|
||||||
OptionsArray.Add(CurrentOption);
|
OptionsArray.Add(CurrentOption);
|
||||||
|
|
||||||
|
EndIf;
|
||||||
|
|
||||||
EndDo;
|
EndDo;
|
||||||
|
|
||||||
Start = "oint ";
|
Start = "oint ";
|
||||||
|
@@ -754,6 +754,10 @@
|
|||||||
|
|
||||||
Для Каждого Опция Из Опции Цикл
|
Для Каждого Опция Из Опции Цикл
|
||||||
|
|
||||||
|
Если Опция.Значение = Неопределено Тогда
|
||||||
|
Продолжить;
|
||||||
|
КонецЕсли;
|
||||||
|
|
||||||
ТекущееЗначение = ПолучитьЗначениеДляCLI(Опция.Значение);
|
ТекущееЗначение = ПолучитьЗначениеДляCLI(Опция.Значение);
|
||||||
|
|
||||||
СтрокаЗапуска = СтрокаЗапуска
|
СтрокаЗапуска = СтрокаЗапуска
|
||||||
@@ -3024,11 +3028,15 @@
|
|||||||
КонецЕсли;
|
КонецЕсли;
|
||||||
|
|
||||||
ТекущаяОпция = Опция.Значение;
|
ТекущаяОпция = Опция.Значение;
|
||||||
|
|
||||||
|
Если ТекущаяОпция <> Неопределено Тогда
|
||||||
|
|
||||||
ОбработатьОсобенныеСекретыОпций(Библиотека, Опция.Ключ, ТекущаяОпция);
|
ОбработатьОсобенныеСекретыОпций(Библиотека, Опция.Ключ, ТекущаяОпция);
|
||||||
ТекущаяОпция = ОформитьОпцию(ТекущаяОпция, Опция.Ключ);
|
ТекущаяОпция = ОформитьОпцию(ТекущаяОпция, Опция.Ключ);
|
||||||
|
|
||||||
МассивОпций.Добавить(ТекущаяОпция);
|
МассивОпций.Добавить(ТекущаяОпция);
|
||||||
|
|
||||||
|
КонецЕсли;
|
||||||
|
|
||||||
КонецЦикла;
|
КонецЦикла;
|
||||||
|
|
||||||
Начало = "oint ";
|
Начало = "oint ";
|
||||||
|
Reference in New Issue
Block a user