minor updates

master
Константин 2023-08-18 18:45:28 +03:00
parent 752dc30200
commit b7218daef9
3 changed files with 7 additions and 11 deletions

View File

@ -269,6 +269,10 @@ class FieldsTableSeeder extends Seeder {
'title' => 'Техническое заключение', 'title' => 'Техническое заключение',
'type' => FieldType::DOCUMENT, 'type' => FieldType::DOCUMENT,
], ],
'product-purpose' => [
'title' => 'Назначение продукции',
'type' => FieldType::TEXT
],
'developer-name' => [ 'developer-name' => [
'title' => 'Разработчик', 'title' => 'Разработчик',
'type' => FieldType::STRING 'type' => FieldType::STRING

View File

@ -95,7 +95,8 @@ class ObjectTypeFieldsTableSeeder extends Seeder {
], ],
'entry-properties-technical-certificate' => [ 'entry-properties-technical-certificate' => [
'common' => [ 'common' => [
'fields' => ['technical-conclusion', 'developer-name', 'developer-address', 'company-site', 'company-email', 'company-phone', 'producer-name', 'producer-address'] 'fields' => ['technical-conclusion', 'product-purpose', 'developer-name', 'developer-address', 'company-site',
'company-email', 'company-phone', 'producer-name', 'producer-address']
] ]
], ],

View File

@ -69,16 +69,7 @@ class PagesTableSeeder extends Seeder
'Разработка ТР ЕАЭС' => [], 'Разработка ТР ЕАЭС' => [],
] ]
], ],
'СТУ' => [ 'СТУ' => ['type' => PageType::REGISTRY, 'registry_type' => RegistryType::CATEGORIZED],
/*
'children' => [
'Запись на консультацию' => [],
'Документы' => [],
'Протоколы заседания НТС' => [],
'Ответы на часто задаваемые вопросы' => [],
]
*/
],
'КСИ' => [], 'КСИ' => [],
'Добровольная сертификация' => [ 'Добровольная сертификация' => [
'children' => [ 'children' => [