mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-07 07:10:01 +02:00
Merge branch 'main' of https://github.com/Bayselonarrend/OpenIntegrations
This commit is contained in:
commit
f86d73554b
File diff suppressed because it is too large
Load Diff
@ -1549,7 +1549,9 @@ Function AttachAddInOnServer(Val AddInName)
|
||||
TemplateName = "CommonTemplate." + AddInName;
|
||||
EndIf;
|
||||
|
||||
Return AttachAddIn(TemplateName, AddInName);
|
||||
Success = AttachAddIn(TemplateName, AddInName, AddInType.Native);
|
||||
|
||||
Return Success;
|
||||
|
||||
EndFunction
|
||||
|
||||
|
@ -1549,7 +1549,9 @@ Function AttachAddInOnServer(Val AddInName)
|
||||
TemplateName = "CommonTemplate." + AddInName;
|
||||
EndIf;
|
||||
|
||||
Return AttachAddIn(TemplateName, AddInName);
|
||||
Success = AttachAddIn(TemplateName, AddInName, AddInType.Native);
|
||||
|
||||
Return Success;
|
||||
|
||||
EndFunction
|
||||
|
||||
|
Binary file not shown.
@ -1549,7 +1549,9 @@
|
||||
ИмяМакета = "ОбщийМакет." + ИмяКомпоненты;
|
||||
КонецЕсли;
|
||||
|
||||
Возврат ПодключитьВнешнююКомпоненту(ИмяМакета, ИмяКомпоненты);
|
||||
Успех = ПодключитьВнешнююКомпоненту(ИмяМакета, ИмяКомпоненты, ТипВнешнейКомпоненты.Native);
|
||||
|
||||
Возврат Успех;
|
||||
|
||||
КонецФункции
|
||||
|
||||
|
@ -1550,7 +1550,7 @@
|
||||
КонецЕсли;
|
||||
|
||||
Успех = ПодключитьВнешнююКомпоненту(ИмяМакета, ИмяКомпоненты, ТипВнешнейКомпоненты.Native);
|
||||
|
||||
|
||||
Возврат Успех;
|
||||
|
||||
КонецФункции
|
||||
|
Loading…
x
Reference in New Issue
Block a user