Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 4e17850

Browse files
committed
refactor(feedback/admin): Improve index table
1 parent 2415c1a commit 4e17850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Controller/Admin/FeedbackCrudController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ public static function getEntityFqcn(): string
4141
public function configureFields(string $pageName): iterable
4242
{
4343
return [
44-
IdField::new('id')->setDisabled(),
44+
IdField::new('id')->hideOnIndex()->setDisabled(),
4545
ChoiceField::new('type')->hideWhenUpdating(),
46-
AssociationField::new('sender')->hideOnIndex()->hideWhenUpdating(),
46+
AssociationField::new('sender')->hideWhenUpdating(),
4747
TextField::new('title')->hideWhenUpdating(),
4848
TextEditorField::new('description')->hideOnIndex()->hideWhenUpdating(),
4949
TextField::new('contact')->hideOnIndex()->hideWhenUpdating(),

0 commit comments

Comments
 (0)