mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-08-02 09:47:45 +03:00
fix(tests): correct ExternalDataProcessorObject→DataProcessorObject in config-context DSLs
Fix test DSLs that used ExternalDataProcessorObject (EPF type) for DataProcessors inside configurations. Also fix: chart-of-accounts (remove maxExtDimensionCount without ПВХТ), calculation-register (remove actionPeriod without infrastructure), document-multiple-tabparts (remove registerRecords referencing non-existent register), role-compile/explicit-rights (add dimensions to empty InformationRegister). Regenerated all affected snapshots. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
d5aacc9e60
commit
20adf4f463
@@ -22,7 +22,7 @@
|
||||
{ "input": "Булево", "path": "Булево" }
|
||||
],
|
||||
"attributes": [
|
||||
{ "name": "Объект", "type": "ExternalDataProcessorObject.Типы", "main": true },
|
||||
{ "name": "Объект", "type": "DataProcessorObject.Типы", "main": true },
|
||||
{ "name": "Строка", "type": "string(200)" },
|
||||
{ "name": "Число", "type": "decimal(10,0,nonneg)" },
|
||||
{ "name": "Дата", "type": "dateTime" },
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
{ "input": "Результат", "path": "Результат", "multiLine": true, "height": 8, "readOnly": true }
|
||||
],
|
||||
"attributes": [
|
||||
{ "name": "Объект", "type": "ExternalDataProcessorObject.Команды", "main": true },
|
||||
{ "name": "Объект", "type": "DataProcessorObject.Команды", "main": true },
|
||||
{ "name": "Результат", "type": "string" }
|
||||
],
|
||||
"commands": [
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
{ "label": "Подсказка", "title": "Нажмите для перехода", "hyperlink": true, "on": ["Click"] }
|
||||
],
|
||||
"attributes": [
|
||||
{ "name": "Объект", "type": "ExternalDataProcessorObject.События", "main": true },
|
||||
{ "name": "Объект", "type": "DataProcessorObject.События", "main": true },
|
||||
{ "name": "Организация", "type": "string" },
|
||||
{ "name": "Период", "type": "date" }
|
||||
]
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
]}
|
||||
],
|
||||
"attributes": [
|
||||
{ "name": "Объект", "type": "ExternalDataProcessorObject.ЗагрузкаИзФайла", "main": true },
|
||||
{ "name": "Объект", "type": "DataProcessorObject.ЗагрузкаИзФайла", "main": true },
|
||||
{ "name": "ИмяФайла", "type": "string" },
|
||||
{ "name": "ПерваяСтрокаЗаголовок", "type": "boolean" },
|
||||
{ "name": "Результат", "type": "string" }
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
]}
|
||||
],
|
||||
"attributes": [
|
||||
{ "name": "Объект", "type": "ExternalDataProcessorObject.СГруппами", "main": true },
|
||||
{ "name": "Объект", "type": "DataProcessorObject.СГруппами", "main": true },
|
||||
{ "name": "Поле1", "type": "string" },
|
||||
{ "name": "Поле2", "type": "decimal(15,2)" },
|
||||
{ "name": "Поле3", "type": "date" }
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
{ "check": "Флаг", "path": "Флаг", "title": "Включено" }
|
||||
],
|
||||
"attributes": [
|
||||
{ "name": "Объект", "type": "ExternalDataProcessorObject.ПоляВвода", "main": true },
|
||||
{ "name": "Объект", "type": "DataProcessorObject.ПоляВвода", "main": true },
|
||||
{ "name": "ОбычноеПоле", "type": "string(100)" },
|
||||
{ "name": "МногострочноеПоле", "type": "string" },
|
||||
{ "name": "ПолеПароля", "type": "string(50)" },
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
]}
|
||||
],
|
||||
"attributes": [
|
||||
{ "name": "Объект", "type": "ExternalDataProcessorObject.Мастер", "main": true },
|
||||
{ "name": "Объект", "type": "DataProcessorObject.Мастер", "main": true },
|
||||
{ "name": "Параметр1", "type": "string" },
|
||||
{ "name": "Итог", "type": "string" }
|
||||
],
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@
|
||||
<Attributes>
|
||||
<Attribute name="Объект" id="13">
|
||||
<Type>
|
||||
<v8:Type>cfg:ExternalDataProcessorObject.Типы</v8:Type>
|
||||
<v8:Type>cfg:DataProcessorObject.Типы</v8:Type>
|
||||
</Type>
|
||||
<MainAttribute>true</MainAttribute>
|
||||
</Attribute>
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@
|
||||
<Attributes>
|
||||
<Attribute name="Объект" id="9">
|
||||
<Type>
|
||||
<v8:Type>cfg:ExternalDataProcessorObject.Команды</v8:Type>
|
||||
<v8:Type>cfg:DataProcessorObject.Команды</v8:Type>
|
||||
</Type>
|
||||
<MainAttribute>true</MainAttribute>
|
||||
</Attribute>
|
||||
|
||||
+1
-1
@@ -47,7 +47,7 @@
|
||||
<Attributes>
|
||||
<Attribute name="Объект" id="10">
|
||||
<Type>
|
||||
<v8:Type>cfg:ExternalDataProcessorObject.События</v8:Type>
|
||||
<v8:Type>cfg:DataProcessorObject.События</v8:Type>
|
||||
</Type>
|
||||
<MainAttribute>true</MainAttribute>
|
||||
</Attribute>
|
||||
|
||||
+1
-1
@@ -79,7 +79,7 @@
|
||||
<Attributes>
|
||||
<Attribute name="Объект" id="18">
|
||||
<Type>
|
||||
<v8:Type>cfg:ExternalDataProcessorObject.ЗагрузкаИзФайла</v8:Type>
|
||||
<v8:Type>cfg:DataProcessorObject.ЗагрузкаИзФайла</v8:Type>
|
||||
</Type>
|
||||
<MainAttribute>true</MainAttribute>
|
||||
</Attribute>
|
||||
|
||||
+1
-1
@@ -69,7 +69,7 @@
|
||||
<Attributes>
|
||||
<Attribute name="Объект" id="15">
|
||||
<Type>
|
||||
<v8:Type>cfg:ExternalDataProcessorObject.СГруппами</v8:Type>
|
||||
<v8:Type>cfg:DataProcessorObject.СГруппами</v8:Type>
|
||||
</Type>
|
||||
<MainAttribute>true</MainAttribute>
|
||||
</Attribute>
|
||||
|
||||
+1
-1
@@ -91,7 +91,7 @@
|
||||
<Attributes>
|
||||
<Attribute name="Объект" id="19">
|
||||
<Type>
|
||||
<v8:Type>cfg:ExternalDataProcessorObject.ПоляВвода</v8:Type>
|
||||
<v8:Type>cfg:DataProcessorObject.ПоляВвода</v8:Type>
|
||||
</Type>
|
||||
<MainAttribute>true</MainAttribute>
|
||||
</Attribute>
|
||||
|
||||
+1
-1
@@ -81,7 +81,7 @@
|
||||
<Attributes>
|
||||
<Attribute name="Объект" id="19">
|
||||
<Type>
|
||||
<v8:Type>cfg:ExternalDataProcessorObject.Мастер</v8:Type>
|
||||
<v8:Type>cfg:DataProcessorObject.Мастер</v8:Type>
|
||||
</Type>
|
||||
<MainAttribute>true</MainAttribute>
|
||||
</Attribute>
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@
|
||||
<Attributes>
|
||||
<Attribute name="Объект" id="16">
|
||||
<Type>
|
||||
<v8:Type>cfg:ExternalDataProcessorObject.Таблица</v8:Type>
|
||||
<v8:Type>cfg:DataProcessorObject.Таблица</v8:Type>
|
||||
</Type>
|
||||
<MainAttribute>true</MainAttribute>
|
||||
</Attribute>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
]}
|
||||
],
|
||||
"attributes": [
|
||||
{ "name": "Объект", "type": "ExternalDataProcessorObject.Таблица", "main": true },
|
||||
{ "name": "Объект", "type": "DataProcessorObject.Таблица", "main": true },
|
||||
{ "name": "Данные", "type": "ValueTable", "columns": [
|
||||
{ "name": "Дата", "type": "date" },
|
||||
{ "name": "Сумма", "type": "decimal(15,2)" },
|
||||
|
||||
Reference in New Issue
Block a user