Elektrine lite

← Feed

@mikemccaffrey@drupal.community

Post #3904430

2026-07-16 22:54 UTC

Who the hell in the #Drupal community thought that it was a good idea that when a field is removed, any view that happened to reference it is automatically disabled? And not just a view display; the entire view.

Replies (1)

  • @martinsdahl@ohai.social 2026-07-17 12:19

    @mikemccaffrey@drupal.community Its tricky. The dependency system solves alot of complex problems. But induces behaviour like this to prevent missing dependencies in the current state. Did you not get a list of dependent views when you were asked to confirm the deletion?

    Open ##3904429