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 537aef3 commit a2256aa
Show file tree
Hide file tree
Showing 9 changed files with 2,211 additions and 2,306 deletions.
4,325 changes: 2,163 additions & 2,162 deletions service/dictionaries/en.json

Large diffs are not rendered by default.

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

If Clear Then
For Each Filter In FilterStructure Do
Filter.Value = "";
EndDo;
FilterStructure.Clear();
EndIf;

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

If Clear Then
For Each Field In FieldsStructure Do
Field.Value = "";
EndDo;
FieldsStructure.Clear();
EndIf;

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

If Clear Then
For Each Element In ChatStructure Do
Element.Value = "";
EndDo;
ChatStructure.Clear();
EndIf;

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

If Clear Then
For Each Filter In FilterStructure Do
Filter.Value = "";
EndDo;
FilterStructure.Clear();
EndIf;

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

If Clear Then
For Each Filter In FilterStructure Do
Filter.Value = "";
EndDo;
FilterStructure.Clear();
EndIf;

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

If Clear Then
For Each Filter In FilterStructure Do
Filter.Value = "";
EndDo;
FilterStructure.Clear();
EndIf;

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

If Clear Then
For Each Field In ItemStructure Do
Field.Value = "";
EndDo;
ItemStructure.Clear();
EndIf;

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

If Clear Then
For Each Field In ItemStructure Do
Field.Value = "";
EndDo;
ItemStructure.Clear();
EndIf;

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

If Clear Then
For Each Field In ItemStructure Do
Field.Value = "";
EndDo;
ItemStructure.Clear();
EndIf;

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

If Clear Then
For Each Field In ItemStructure Do
Field.Value = "";
EndDo;
ItemStructure.Clear();
EndIf;

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

If Clear Then
For Each Field In StocksStructure Do
Field.Value = "";
EndDo;
StocksStructure.Clear();
EndIf;

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


If Clear Then
For Each Field In ItemStructure Do
Field.Value = "";
EndDo;
ItemStructure.Clear();
EndIf;

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

If Clear Then
For Each Filter In FilterStructure Do
Filter.Value = "";
EndDo;
FilterStructure.Clear();
EndIf;

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

If Clear Then
For Each Field In FieldsStructure Do
Field.Value = "";
EndDo;
FieldsStructure.Clear();
EndIf;

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

If Clear Then
For Each Element In ChatStructure Do
Element.Value = "";
EndDo;
ChatStructure.Clear();
EndIf;

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

If Clear Then
For Each Filter In FilterStructure Do
Filter.Value = "";
EndDo;
FilterStructure.Clear();
EndIf;

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

If Clear Then
For Each Filter In FilterStructure Do
Filter.Value = "";
EndDo;
FilterStructure.Clear();
EndIf;

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

If Clear Then
For Each Filter In FilterStructure Do
Filter.Value = "";
EndDo;
FilterStructure.Clear();
EndIf;

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

If Clear Then
For Each Field In ItemStructure Do
Field.Value = "";
EndDo;
ItemStructure.Clear();
EndIf;

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

If Clear Then
For Each Field In ItemStructure Do
Field.Value = "";
EndDo;
ItemStructure.Clear();
EndIf;

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

If Clear Then
For Each Field In ItemStructure Do
Field.Value = "";
EndDo;
ItemStructure.Clear();
EndIf;

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

If Clear Then
For Each Field In ItemStructure Do
Field.Value = "";
EndDo;
ItemStructure.Clear();
EndIf;

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

If Clear Then
For Each Field In StocksStructure Do
Field.Value = "";
EndDo;
StocksStructure.Clear();
EndIf;

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


If Clear Then
For Each Field In ItemStructure Do
Field.Value = "";
EndDo;
ItemStructure.Clear();
EndIf;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

0 comments on commit a2256aa

Please sign in to comment.