Problem/Motivation

EnvironmentIndicatorDeleteForm is not declared anywhere, and the entity type is actually using the default form:

> * "delete" = "Drupal\Core\Entity\EntityDeleteForm"

It looks like EnvironmentIndicatorDeleteForm needs some work anyway, and should also be changed to use EntityDeleteForm as a parent.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

joachim created an issue. See original summary.

trackleft2 made their first commit to this issue’s fork.

trackleft2’s picture

Status: Active » Needs review

Deleted the unused PHP Class EnvironmentIndicatorDeleteForm

tessa bakker’s picture

Status: Needs review » Reviewed & tested by the community

Works! Delete still works and fixing the class is not needed as it will function not any different from the parent.

isholgueras made their first commit to this issue’s fork.

isholgueras’s picture

I agree, The delete process works well with the default `EntityDeleteForm`

isholgueras’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.