md-systems / pathauto

DEPRECATED: Pathauto moved back to drupal.org, use the official repository.
https://www.drupal.org/project/pathauto
29 stars 34 forks source link

Enable new dependendencies usch as ctools on update #125

Closed rodrigoaguilera closed 8 years ago

rodrigoaguilera commented 8 years ago

I had pathauto installed before the addition of ctools as a dependency and I got an exception on update_8100 asking me to install ctools.

I can solve this by running the config import (that enables ctools) before the update of the database but I feel that is not the right order. If a module declares a new dependency it should at least try to enable it.

Berdir commented 8 years ago

That's somewhat tricky because we'd also have to detect if ctools actually exists in the system. If you didn't have it before, it's likely that it doesn't. The site should function well enough to install it yourself.

Note that pathauto moved to drupal.org, so closing this. You're welcome to open an issue with patch if you think this should be fixed.