mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-26 06:31:02 +03:00
fix(web-test): восстановить синтетическую конфу + платформенная верификация
build-webtest-config упал после ужесточения form-compile (запрет runtime-типа FormDataStructure для главного реквизита). Перевёл типы на конкретные CatalogObject.X / DocumentObject.X без cfg:-префикса. Добавил platform-webtest-config.test.mjs — переиспользует шаги сборки и в хвосте делает db-create + db-load-xml + db-update. Зелёный, 24 шага. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
f5e487096f
commit
ffb0ee740d
@@ -163,7 +163,7 @@ export const steps = [
|
||||
input: {
|
||||
title: 'Контрагент',
|
||||
attributes: [
|
||||
{ name: 'Объект', type: 'FormDataStructure', main: true },
|
||||
{ name: 'Объект', type: 'CatalogObject.Контрагенты', main: true },
|
||||
],
|
||||
elements: [
|
||||
{ input: 'Наименование', path: 'Объект.Description', title: 'Наименование' },
|
||||
@@ -188,7 +188,7 @@ export const steps = [
|
||||
input: {
|
||||
title: 'Номенклатура',
|
||||
attributes: [
|
||||
{ name: 'Объект', type: 'FormDataStructure', main: true },
|
||||
{ name: 'Объект', type: 'CatalogObject.Номенклатура', main: true },
|
||||
],
|
||||
elements: [
|
||||
{ pages: 'Страницы', children: [
|
||||
@@ -222,7 +222,7 @@ export const steps = [
|
||||
input: {
|
||||
title: 'Приходная накладная',
|
||||
attributes: [
|
||||
{ name: 'Объект', type: 'FormDataStructure', main: true },
|
||||
{ name: 'Объект', type: 'DocumentObject.ПриходнаяНакладная', main: true },
|
||||
],
|
||||
elements: [
|
||||
{ input: 'Контрагент', path: 'Объект.Контрагент', title: 'Контрагент' },
|
||||
|
||||
Reference in New Issue
Block a user