Skip to content

Hide IDs in admin list views #46

@yepzdk

Description

@yepzdk

Description

IdField::new('id')->hideOnForm() is used in RouteCrudController, PointOfInterestCrudController, and TagsCrudController — but IDs still appear in list/index views.

Implementation

Add ->hideOnIndex() or remove the IdField entirely from the following controllers:

  • src/Controller/Admin/RouteCrudController.php
  • src/Controller/Admin/PointOfInterestCrudController.php
  • src/Controller/Admin/TagsCrudController.php

Part of #35

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions