This commit is contained in:
f4ilji
2024-12-04 01:03:59 +05:00
parent b896328241
commit 05e99d4e20
5 changed files with 44 additions and 93 deletions
@@ -109,10 +109,7 @@ class UserDetailForm
->schema([
Forms\Components\Repeater::make('attendedConferences')->schema([
Forms\Components\TextInput::make('item')->label('')->string()->required()
])->label('Участие в конференциях')->defaultItems(0),
Forms\Components\Repeater::make('participationScienceProjects')->schema([
Forms\Components\TextInput::make('item')->label('')->string()->required()
])->label('Участие в научных проектах')->defaultItems(0),
])->label('Участие в выставках, конференциях, проектах')->defaultItems(0),
Forms\Components\Repeater::make('publications')->schema([
Forms\Components\TextInput::make('category_publication')->label('Категория публикаций')->string()->required(),
Forms\Components\Repeater::make('publication')->schema([