Skip to content

Commit

Permalink
Merge pull request #253 from code4romania/232-ngo-admin-specialist-ca…
Browse files Browse the repository at this point in the history
…zuri-informatii-caz-missing-data-from-informații-despre-agresor-section

Fix aggressor view fields
  • Loading branch information
gheorghelupu17 authored Nov 8, 2024
2 parents 8886715 + d48efe8 commit 4ac7250
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,22 +234,6 @@ protected static function aggressorSection(): array
TextEntry::make('drugs')
->label(__('field.aggressor_drugs')),
]),

Grid::make()
->schema([
TextEntry::make('legal_history')
->label(__('field.aggressor_legal_history')),
]),

Grid::make()
->schema([
EnumEntry::make('has_protection_order')
->label(__('field.has_protection_order'))
->placeholder(__('placeholder.select_one')),

TextEntry::make('protection_order_notes')
->label(__('field.protection_order_notes')),
]),
]),
]),
];
Expand Down

0 comments on commit 4ac7250

Please sign in to comment.