1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-25 02:42:28 +02:00

Формирование postion в _category

This commit is contained in:
Anton 2024-06-04 22:01:13 +03:00
parent 37d9932880
commit 4476af2b2d
103 changed files with 106 additions and 103 deletions

View File

@ -15,6 +15,7 @@
Перем СчетчикОбласти;
Перем Словарь;
Перем Транслитация;
Перем СчетчикБиблиотеки;
Процедура ПриСозданииОбъекта()
@ -76,6 +77,7 @@
Если ТекущаяОбласть <> Область Тогда
ТекущаяОбласть = Область;
СчетчикОбласти = 1;
СчетчикБиблиотеки = СчетчикБиблиотеки + 1;
КонецЕсли;
ТранслитированноеИмя = ПеревестиИмя(СтруктураМетода["ИмяМетода"]);
@ -107,7 +109,7 @@
ПроверитьСоздатьКаталог(КаталогОбласти);
ПроверитьСоздатьКаталог(КаталогКартинок);
СтруктураКатегории = Новый Структура("label,position", СинонимОбласти, "");
СтруктураКатегории = Новый Структура("label,position", СинонимОбласти, Строка(СчетчикБиблиотеки));
ФайлКатегории = КаталогОбласти + "\_category_.json";
Запись = Новый ЗаписьJSON;
@ -170,6 +172,7 @@
Процедура РазобратьМодуль(ТекущийМодуль, ИмяМодуля)
СчетчикБиблиотеки = 1;
ТекстМодуля = ТекущийМодуль.ПолучитьТекст();
СтруктураОбщихДанных = Новый Структура();
СтруктураОбщихДанных.Вставить("ИмяМодуля", ИмяМодуля);

View File

@ -1,4 +1,4 @@
{
"label": "Comment management",
"position": ""
"position": "6"
}

View File

@ -1,4 +1,4 @@
{
"label": "Database work",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Field work",
"position": ""
"position": "4"
}

View File

@ -1,4 +1,4 @@
{
"label": "Record management",
"position": ""
"position": "5"
}

View File

@ -1,4 +1,4 @@
{
"label": "Table management",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Account and authorization",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "File and directory management",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Shared access settings",
"position": ""
"position": "5"
}

View File

@ -1,4 +1,4 @@
{
"label": "Tag work",
"position": ""
"position": "4"
}

View File

@ -1,4 +1,4 @@
{
"label": "Calendar list management",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Calendar metadata management",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Event management",
"position": ""
"position": "4"
}

View File

@ -1,4 +1,4 @@
{
"label": "Comment management",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "File and directory management",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Book work",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Data work",
"position": ""
"position": "4"
}

View File

@ -1,4 +1,4 @@
{
"label": "Sheet work",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Public",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Blocks managment",
"position": ""
"position": "4"
}

View File

@ -1,4 +1,4 @@
{
"label": "Database management",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Page management",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Users",
"position": ""
"position": "5"
}

View File

@ -1,4 +1,4 @@
{
"label": "Block formation",
"position": ""
"position": "8"
}

View File

@ -1,4 +1,4 @@
{
"label": "Channel management",
"position": ""
"position": "4"
}

View File

@ -1,4 +1,4 @@
{
"label": "Deleted files management",
"position": ""
"position": "7"
}

View File

@ -1,4 +1,4 @@
{
"label": "Dialog management",
"position": ""
"position": "5"
}

View File

@ -1,4 +1,4 @@
{
"label": "File work",
"position": ""
"position": "6"
}

View File

@ -1,4 +1,4 @@
{
"label": "Management and settings",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Message management",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Administration",
"position": ""
"position": "4"
}

View File

@ -1,4 +1,4 @@
{
"label": "Data retrieval and settings",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Data sending",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Forum topic management",
"position": ""
"position": "5"
}

View File

@ -1,4 +1,4 @@
{
"label": "Data and settings",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Tweets",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Ad account management",
"position": ""
"position": "7"
}

View File

@ -1,4 +1,4 @@
{
"label": "Discussion management",
"position": ""
"position": "4"
}

View File

@ -1,4 +1,4 @@
{
"label": "Group work",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Interactive actions",
"position": ""
"position": "5"
}

View File

@ -1,4 +1,4 @@
{
"label": "Order management",
"position": ""
"position": "11"
}

View File

@ -1,4 +1,4 @@
{
"label": "Others",
"position": ""
"position": "12"
}

View File

@ -1,4 +1,4 @@
{
"label": "Product management",
"position": ""
"position": "8"
}

View File

@ -1,4 +1,4 @@
{
"label": "Product properties management",
"position": ""
"position": "10"
}

View File

@ -1,4 +1,4 @@
{
"label": "Product selection management",
"position": ""
"position": "9"
}

View File

@ -1,4 +1,4 @@
{
"label": "Statistics",
"position": ""
"position": "6"
}

View File

@ -1,4 +1,4 @@
{
"label": "Token retrieval",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Message sending",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Settings and information",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "File and folder management",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Manage public access",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Public",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Comment management",
"position": ""
"position": "6"
}

View File

@ -1,4 +1,4 @@
{
"label": "Database work",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Field work",
"position": ""
"position": "4"
}

View File

@ -1,4 +1,4 @@
{
"label": "Record management",
"position": ""
"position": "5"
}

View File

@ -1,4 +1,4 @@
{
"label": "Table management",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Account and authorization",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "File and directory management",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Shared access settings",
"position": ""
"position": "5"
}

View File

@ -1,4 +1,4 @@
{
"label": "Tag work",
"position": ""
"position": "4"
}

View File

@ -1,4 +1,4 @@
{
"label": "Calendar list management",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Calendar metadata management",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Event management",
"position": ""
"position": "4"
}

View File

@ -1,4 +1,4 @@
{
"label": "Comment management",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "File and directory management",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Book work",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Data work",
"position": ""
"position": "4"
}

View File

@ -1,4 +1,4 @@
{
"label": "Sheet work",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Public",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Blocks managment",
"position": ""
"position": "4"
}

View File

@ -1,4 +1,4 @@
{
"label": "Database management",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Page management",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Users",
"position": ""
"position": "5"
}

View File

@ -1,4 +1,4 @@
{
"label": "Block formation",
"position": ""
"position": "8"
}

View File

@ -1,4 +1,4 @@
{
"label": "Channel management",
"position": ""
"position": "4"
}

View File

@ -1,4 +1,4 @@
{
"label": "Deleted files management",
"position": ""
"position": "7"
}

View File

@ -1,4 +1,4 @@
{
"label": "Dialog management",
"position": ""
"position": "5"
}

View File

@ -1,4 +1,4 @@
{
"label": "File work",
"position": ""
"position": "6"
}

View File

@ -1,4 +1,4 @@
{
"label": "Management and settings",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Message management",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Administration",
"position": ""
"position": "4"
}

View File

@ -1,4 +1,4 @@
{
"label": "Data retrieval and settings",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Data sending",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Forum topic management",
"position": ""
"position": "5"
}

View File

@ -1,4 +1,4 @@
{
"label": "Data and settings",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Tweets",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Ad account management",
"position": ""
"position": "7"
}

View File

@ -1,4 +1,4 @@
{
"label": "Discussion management",
"position": ""
"position": "4"
}

View File

@ -1,4 +1,4 @@
{
"label": "Group work",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Interactive actions",
"position": ""
"position": "5"
}

View File

@ -1,4 +1,4 @@
{
"label": "Order management",
"position": ""
"position": "11"
}

View File

@ -1,4 +1,4 @@
{
"label": "Others",
"position": ""
"position": "12"
}

View File

@ -1,4 +1,4 @@
{
"label": "Product management",
"position": ""
"position": "8"
}

View File

@ -1,4 +1,4 @@
{
"label": "Product properties management",
"position": ""
"position": "10"
}

View File

@ -1,4 +1,4 @@
{
"label": "Product selection management",
"position": ""
"position": "9"
}

View File

@ -1,4 +1,4 @@
{
"label": "Statistics",
"position": ""
"position": "6"
}

View File

@ -1,4 +1,4 @@
{
"label": "Token retrieval",
"position": ""
"position": "2"
}

View File

@ -1,4 +1,4 @@
{
"label": "Message sending",
"position": ""
"position": "3"
}

View File

@ -1,4 +1,4 @@
{
"label": "Settings and information",
"position": ""
"position": "2"
}

Some files were not shown because too many files have changed in this diff Show More