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
Issue fork environment_indicator-3425786
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
Comment #4
trackleft2Deleted the unused PHP Class EnvironmentIndicatorDeleteForm
Comment #5
tessa bakkerWorks! Delete still works and fixing the class is not needed as it will function not any different from the parent.
Comment #8
isholgueras commentedI agree, The delete process works well with the default `EntityDeleteForm`
Comment #9
isholgueras commented