mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-30 00:16:56 +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
@@ -14,7 +14,7 @@
|
||||
"script": "form-compile/scripts/form-compile",
|
||||
"input": {
|
||||
"title": "Реквизиты",
|
||||
"attributes": [{ "name": "Объект", "type": "ExternalDataProcessorObject.Реквизиты", "main": true }]
|
||||
"attributes": [{ "name": "Объект", "type": "DataProcessorObject.Реквизиты", "main": true }]
|
||||
},
|
||||
"args": { "-JsonPath": "{inputFile}", "-OutputPath": "{workDir}/DataProcessors/Реквизиты/Forms/Форма/Ext/Form.xml" }
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"script": "form-compile/scripts/form-compile",
|
||||
"input": {
|
||||
"title": "Команды",
|
||||
"attributes": [{ "name": "Объект", "type": "ExternalDataProcessorObject.КомандыТест", "main": true }]
|
||||
"attributes": [{ "name": "Объект", "type": "DataProcessorObject.КомандыТест", "main": true }]
|
||||
},
|
||||
"args": { "-JsonPath": "{inputFile}", "-OutputPath": "{workDir}/DataProcessors/КомандыТест/Forms/Форма/Ext/Form.xml" }
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"script": "form-compile/scripts/form-compile",
|
||||
"input": {
|
||||
"title": "Тест",
|
||||
"attributes": [{ "name": "Объект", "type": "ExternalDataProcessorObject.Тест", "main": true }],
|
||||
"attributes": [{ "name": "Объект", "type": "DataProcessorObject.Тест", "main": true }],
|
||||
"elements": [
|
||||
{ "input": "Поле1", "path": "Поле1", "title": "Поле 1" }
|
||||
]
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"script": "form-compile/scripts/form-compile",
|
||||
"input": {
|
||||
"title": "Группа",
|
||||
"attributes": [{ "name": "Объект", "type": "ExternalDataProcessorObject.Группа", "main": true }],
|
||||
"attributes": [{ "name": "Объект", "type": "DataProcessorObject.Группа", "main": true }],
|
||||
"elements": [
|
||||
{ "input": "Поле1", "path": "Поле1", "title": "Существующее поле" }
|
||||
]
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
<Attributes>
|
||||
<Attribute name="Объект" id="1">
|
||||
<Type>
|
||||
<v8:Type>cfg:ExternalDataProcessorObject.Реквизиты</v8:Type>
|
||||
<v8:Type>cfg:DataProcessorObject.Реквизиты</v8:Type>
|
||||
</Type>
|
||||
<MainAttribute>true</MainAttribute>
|
||||
</Attribute>
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@
|
||||
<Attributes>
|
||||
<Attribute name="Объект" id="1">
|
||||
<Type>
|
||||
<v8:Type>cfg:ExternalDataProcessorObject.КомандыТест</v8:Type>
|
||||
<v8:Type>cfg:DataProcessorObject.КомандыТест</v8:Type>
|
||||
</Type>
|
||||
<MainAttribute>true</MainAttribute>
|
||||
</Attribute>
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@
|
||||
<Attributes>
|
||||
<Attribute name="Объект" id="4">
|
||||
<Type>
|
||||
<v8:Type>cfg:ExternalDataProcessorObject.Тест</v8:Type>
|
||||
<v8:Type>cfg:DataProcessorObject.Тест</v8:Type>
|
||||
</Type>
|
||||
<MainAttribute>true</MainAttribute>
|
||||
</Attribute>
|
||||
|
||||
+1
-1
@@ -60,7 +60,7 @@
|
||||
<Attributes>
|
||||
<Attribute name="Объект" id="4">
|
||||
<Type>
|
||||
<v8:Type>cfg:ExternalDataProcessorObject.Группа</v8:Type>
|
||||
<v8:Type>cfg:DataProcessorObject.Группа</v8:Type>
|
||||
</Type>
|
||||
<MainAttribute>true</MainAttribute>
|
||||
</Attribute>
|
||||
|
||||
Reference in New Issue
Block a user