Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

Status: Needs review » Needs work
+++ b/core/modules/image/image.routing.yml
@@ -22,7 +22,7 @@ image.style_delete:
+entity.image_style.flush-form:

+++ b/core/modules/image/src/Entity/ImageStyle.php
@@ -42,9 +42,9 @@
+ *     "flush-form" = "entity.image_style.flush-form",

missing underscore

undertext’s picture

Status: Needs work » Needs review
FileSize
2.08 KB
1.02 KB
dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Cool, thank you.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 8170dec and pushed to 8.0.x. Thanks!

  • alexpott committed 8170dec on 8.0.x
    Issue #2314873 by undertext, Crell: Standardize image style entity route...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.