minor updates
parent
752dc30200
commit
b7218daef9
|
|
@ -269,6 +269,10 @@ class FieldsTableSeeder extends Seeder {
|
|||
'title' => 'Техническое заключение',
|
||||
'type' => FieldType::DOCUMENT,
|
||||
],
|
||||
'product-purpose' => [
|
||||
'title' => 'Назначение продукции',
|
||||
'type' => FieldType::TEXT
|
||||
],
|
||||
'developer-name' => [
|
||||
'title' => 'Разработчик',
|
||||
'type' => FieldType::STRING
|
||||
|
|
|
|||
|
|
@ -95,7 +95,8 @@ class ObjectTypeFieldsTableSeeder extends Seeder {
|
|||
],
|
||||
'entry-properties-technical-certificate' => [
|
||||
'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']
|
||||
]
|
||||
],
|
||||
|
||||
|
|
|
|||
|
|
@ -69,16 +69,7 @@ class PagesTableSeeder extends Seeder
|
|||
'Разработка ТР ЕАЭС' => [],
|
||||
]
|
||||
],
|
||||
'СТУ' => [
|
||||
/*
|
||||
'children' => [
|
||||
'Запись на консультацию' => [],
|
||||
'Документы' => [],
|
||||
'Протоколы заседания НТС' => [],
|
||||
'Ответы на часто задаваемые вопросы' => [],
|
||||
]
|
||||
*/
|
||||
],
|
||||
'СТУ' => ['type' => PageType::REGISTRY, 'registry_type' => RegistryType::CATEGORIZED],
|
||||
'КСИ' => [],
|
||||
'Добровольная сертификация' => [
|
||||
'children' => [
|
||||
|
|
|
|||
Loading…
Reference in New Issue