After this was committed https://www.drupal.org/project/flag_lists/issues/3179178 a route entity.action.collection was added that is provided by the core "Actions" module. If navigating to the config page "admin/config/flag_lists" without the Actions module enabled you'll be presented with a wsod since the route is not yet loaded.

The Core "Actions" module should be added as a dependency.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gcalex5 created an issue. See original summary.

sl27257’s picture

Thanks for the report!

Either it is simply added as a dependency or alternatively checked if the module is enabled and if not enabled then remove the route?

Do you think it is too much overhead to force Actions to be enabled? Let me see how much changes it would require to remove the route if the module isn't enabled!

sl27257’s picture

Assigned: gcalex5 » sl27257
aritrika.d’s picture

Status: Active » Needs review
sl27257’s picture

What I had in mind was something like this.

gcalex5’s picture

That's probably the better approach if "Action" doesn't provide any core functionality. Haven't personally used the core Action module so wasn't sure exactly what that'd impact.

  • sl27257 committed 1b41ddb on 4.0.x
    Issue #3194926 by sl27257, gcalex5, aritrika.d: Route Not Present
    
sl27257’s picture

Status: Needs review » Fixed
sl27257’s picture

Status: Fixed » Closed (fixed)