Skip to content

Commit

Permalink
Fastfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayselonarrend committed Sep 10, 2024
1 parent a2256aa commit b64b97e
Show file tree
Hide file tree
Showing 9 changed files with 5,272 additions and 5,176 deletions.
10,256 changes: 5,128 additions & 5,128 deletions service/dictionaries/en.json

Large diffs are not rendered by default.

24 changes: 18 additions & 6 deletions src/en/OInt/core/Modules/OPI_Bitrix24.os
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,9 @@ Function GetTasksFilterStructure(Val Clear = False) Export
, "<status for sorting. Similar to REAL_STATUS, but has three additional meta-statuses>");

If Clear Then
FilterStructure.Clear();
For Each Filter In FilterStructure Do
FilterStructure.Insert(Filter.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -1604,7 +1606,9 @@ Function GetCommentStructure(Val Clear = False) Export
FieldsStructure.Insert("UF_FORUM_MESSAGE_DOC" , "<Array of files from disk to attach>");

If Clear Then
FieldsStructure.Clear();
For Each Field In FieldsStructure Do
FieldsStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -3368,7 +3372,9 @@ Function GetChatStructure(Val Clear = False) Export
ChatStructure.Insert("OWNER_ID" , "<ID of chat owner. Current user by default>");

If Clear Then
ChatStructure.Clear();
For Each Field In ChatStructure Do
ChatStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -4056,7 +4062,9 @@ Function GetUserFilterStructure(Val Clear = False) Export
FilterStructure.Insert("USER_TYPE" , "<type: employee, extranet, email>");

If Clear Then
FilterStructure.Clear();
For Each Field In FilterStructure Do
FilterStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -4247,7 +4255,9 @@ Function GetLeadFilterStructure(Val Clear = False) Export
FilterStructure.Insert("TITLE" , "<lead name (can be searched using the template [%_])>");

If Clear Then
FilterStructure.Clear();
For Each Field In FilterStructure Do
FilterStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -4442,7 +4452,9 @@ Function GetDealsFilterStructure(Val Clear = False) Export
FilterStructure.Insert("TYPE_ID" , "<deal type>");

If Clear Then
FilterStructure.Clear();
For Each Field In FilterStructure Do
FilterStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down
24 changes: 18 additions & 6 deletions src/en/OInt/core/Modules/OPI_Ozon.os
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,9 @@ Function GetProductStructure(Val Clear = False) Export
ItemStructure.Insert("color_image" , "<marketing color for pictures>");

If Clear Then
ItemStructure.Clear();
For Each Field In ItemStructure Do
ItemStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -893,7 +895,9 @@ Function GetSimplifiedProductStructure(Val Clear = False) Export
ItemStructure.Insert("currency_code", "<currency>");

If Clear Then
ItemStructure.Clear();
For Each Field In ItemStructure Do
ItemStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -922,7 +926,9 @@ Function GetAttributesUpdateStructure(Val Clear = False) Export
ItemStructure.Insert("attributes", "<array of updatable attributes>");

If Clear Then
ItemStructure.Clear();
For Each Field In ItemStructure Do
ItemStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -953,7 +959,9 @@ Function GetProductsFilterStructure(Val Clear = False) Export
ItemStructure.Insert("visibility", "<visibility>");

If Clear Then
ItemStructure.Clear();
For Each Field In ItemStructure Do
ItemStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -1354,7 +1362,9 @@ Function GetProductStocksStructure(Val Clear = False) Export
StocksStructure.Insert("warehouse_id", "<Warehouse ID>");

If Clear Then
StocksStructure.Clear();
For Each Field In StocksStructure Do
StocksStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -1390,7 +1400,9 @@ Function GetProductPriceStructure(Val Clear = False) Export


If Clear Then
ItemStructure.Clear();
For Each Field In ItemStructure Do
ItemStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down
24 changes: 18 additions & 6 deletions src/en/OPI/src/CommonModules/OPI_Bitrix24/Module.bsl
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,9 @@ Function GetTasksFilterStructure(Val Clear = False) Export
, "<status for sorting. Similar to REAL_STATUS, but has three additional meta-statuses>");

If Clear Then
FilterStructure.Clear();
For Each Filter In FilterStructure Do
FilterStructure.Insert(Filter.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -1604,7 +1606,9 @@ Function GetCommentStructure(Val Clear = False) Export
FieldsStructure.Insert("UF_FORUM_MESSAGE_DOC" , "<Array of files from disk to attach>");

If Clear Then
FieldsStructure.Clear();
For Each Field In FieldsStructure Do
FieldsStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -3368,7 +3372,9 @@ Function GetChatStructure(Val Clear = False) Export
ChatStructure.Insert("OWNER_ID" , "<ID of chat owner. Current user by default>");

If Clear Then
ChatStructure.Clear();
For Each Field In ChatStructure Do
ChatStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -4056,7 +4062,9 @@ Function GetUserFilterStructure(Val Clear = False) Export
FilterStructure.Insert("USER_TYPE" , "<type: employee, extranet, email>");

If Clear Then
FilterStructure.Clear();
For Each Field In FilterStructure Do
FilterStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -4247,7 +4255,9 @@ Function GetLeadFilterStructure(Val Clear = False) Export
FilterStructure.Insert("TITLE" , "<lead name (can be searched using the template [%_])>");

If Clear Then
FilterStructure.Clear();
For Each Field In FilterStructure Do
FilterStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -4442,7 +4452,9 @@ Function GetDealsFilterStructure(Val Clear = False) Export
FilterStructure.Insert("TYPE_ID" , "<deal type>");

If Clear Then
FilterStructure.Clear();
For Each Field In FilterStructure Do
FilterStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down
24 changes: 18 additions & 6 deletions src/en/OPI/src/CommonModules/OPI_Ozon/Module.bsl
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,9 @@ Function GetProductStructure(Val Clear = False) Export
ItemStructure.Insert("color_image" , "<marketing color for pictures>");

If Clear Then
ItemStructure.Clear();
For Each Field In ItemStructure Do
ItemStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -893,7 +895,9 @@ Function GetSimplifiedProductStructure(Val Clear = False) Export
ItemStructure.Insert("currency_code", "<currency>");

If Clear Then
ItemStructure.Clear();
For Each Field In ItemStructure Do
ItemStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -922,7 +926,9 @@ Function GetAttributesUpdateStructure(Val Clear = False) Export
ItemStructure.Insert("attributes", "<array of updatable attributes>");

If Clear Then
ItemStructure.Clear();
For Each Field In ItemStructure Do
ItemStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -953,7 +959,9 @@ Function GetProductsFilterStructure(Val Clear = False) Export
ItemStructure.Insert("visibility", "<visibility>");

If Clear Then
ItemStructure.Clear();
For Each Field In ItemStructure Do
ItemStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -1354,7 +1362,9 @@ Function GetProductStocksStructure(Val Clear = False) Export
StocksStructure.Insert("warehouse_id", "<Warehouse ID>");

If Clear Then
StocksStructure.Clear();
For Each Field In StocksStructure Do
StocksStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -1390,7 +1400,9 @@ Function GetProductPriceStructure(Val Clear = False) Export


If Clear Then
ItemStructure.Clear();
For Each Field In ItemStructure Do
ItemStructure.Insert(Field.Key, "");
EndDo;
EndIf;

//@skip-check constructor-function-return-section
Expand Down
24 changes: 18 additions & 6 deletions src/ru/OInt/core/Modules/OPI_Bitrix24.os
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,9 @@
, "<статус для сортировки. Аналогичен REAL_STATUS, но имеет дополнительно три мета-статуса>");

Если Пустая Тогда
СтруктураФильтра.Очистить();
Для Каждого Фильтр Из СтруктураФильтра Цикл
СтруктураФильтра.Вставить(Фильтр.Ключ, "");
КонецЦикла;
КонецЕсли;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -1604,7 +1606,9 @@
СтруктураПолей.Вставить("UF_FORUM_MESSAGE_DOC" , "<Массив файлов с диска для прикрепления>");

Если Пустая Тогда
СтруктураПолей.Очистить();
Для Каждого Поле Из СтруктураПолей Цикл
СтруктураПолей.Вставить(Поле.Ключ, "");
КонецЦикла;
КонецЕсли;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -3368,7 +3372,9 @@
СтруктураЧата.Вставить("OWNER_ID" , "<Идентификатор владельца чата. Текущий пользователь, если не указано>");

Если Пустая Тогда
СтруктураЧата.Очистить();
Для Каждого Поле Из СтруктураЧата Цикл
СтруктураЧата.Вставить(Поле.Ключ, "");
КонецЦикла;
КонецЕсли;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -4056,7 +4062,9 @@
СтруктураФильтра.Вставить("USER_TYPE" , "<тип: employee, extranet, email>");

Если Пустая Тогда
СтруктураФильтра.Очистить();
Для Каждого Поле Из СтруктураФильтра Цикл
СтруктураФильтра.Вставить(Поле.Ключ, "");
КонецЦикла;
КонецЕсли;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -4247,7 +4255,9 @@
СтруктураФильтра.Вставить("TITLE" , "<название лида (можно искать по шаблону [%_])>");

Если Пустая Тогда
СтруктураФильтра.Очистить();
Для Каждого Поле Из СтруктураФильтра Цикл
СтруктураФильтра.Вставить(Поле.Ключ, "");
КонецЦикла;
КонецЕсли;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -4442,7 +4452,9 @@
СтруктураФильтра.Вставить("TYPE_ID" , "<тип сделки>");

Если Пустая Тогда
СтруктураФильтра.Очистить();
Для Каждого Поле Из СтруктураФильтра Цикл
СтруктураФильтра.Вставить(Поле.Ключ, "");
КонецЦикла;
КонецЕсли;

//@skip-check constructor-function-return-section
Expand Down
24 changes: 18 additions & 6 deletions src/ru/OInt/core/Modules/OPI_Ozon.os
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,9 @@
СтруктураТовара.Вставить("color_image" , "<маркетинговый цвет для картинок>");

Если Пустая Тогда
СтруктураТовара.Очистить();
Для Каждого Поле Из СтруктураТовара Цикл
СтруктураТовара.Вставить(Поле.Ключ, "");
КонецЦикла;
КонецЕсли;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -893,7 +895,9 @@
СтруктураТовара.Вставить("currency_code", "<валюта>");

Если Пустая Тогда
СтруктураТовара.Очистить();
Для Каждого Поле Из СтруктураТовара Цикл
СтруктураТовара.Вставить(Поле.Ключ, "");
КонецЦикла;
КонецЕсли;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -922,7 +926,9 @@
СтруктураТовара.Вставить("attributes", "<массив обновляемых атрибутов>");

Если Пустая Тогда
СтруктураТовара.Очистить();
Для Каждого Поле Из СтруктураТовара Цикл
СтруктураТовара.Вставить(Поле.Ключ, "");
КонецЦикла;
КонецЕсли;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -953,7 +959,9 @@
СтруктураТовара.Вставить("visibility", "<видимость>");

Если Пустая Тогда
СтруктураТовара.Очистить();
Для Каждого Поле Из СтруктураТовара Цикл
СтруктураТовара.Вставить(Поле.Ключ, "");
КонецЦикла;
КонецЕсли;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -1354,7 +1362,9 @@
СтруктураОстатков.Вставить("warehouse_id", "<ID склада>");

Если Пустая Тогда
СтруктураОстатков.Очистить();
Для Каждого Поле Из СтруктураОстатков Цикл
СтруктураОстатков.Вставить(Поле.Ключ, "");
КонецЦикла;
КонецЕсли;

//@skip-check constructor-function-return-section
Expand Down Expand Up @@ -1390,7 +1400,9 @@


Если Пустая Тогда
СтруктураТовара.Очистить();
Для Каждого Поле Из СтруктураТовара Цикл
СтруктураТовара.Вставить(Поле.Ключ, "");
КонецЦикла;
КонецЕсли;

//@skip-check constructor-function-return-section
Expand Down
Loading

0 comments on commit b64b97e

Please sign in to comment.