thinkshout / drupal-project

:rocket: Composer template for Drupal projects. Quick installation via "composer create-project thinkshout/drupal-project"
5 stars 1 forks source link

Adding the dumbest 404s to protected_web_paths #72

Closed bdimaggio closed 4 years ago

mariacha commented 4 years ago

Love it. Any idea why that patch is suddenly failing?

bdimaggio commented 4 years ago

Ah--looks like the line before the actual changed lines in core/modules/shortcut/src/Entity/ShortcutSet.php used to reference \Drupal::entityManager(), and in d8.8 they got around to making that Drupal::entityTypeManager(). I updated the patch on d.o and changed the reference in composer.json and now it applies cleanly.

mariacha commented 4 years ago

Great -- did you need to push that up?