Comments

damiankloip’s picture

StatusFileSize
new1.03 KB
new3.38 KB

Meh

dawehner’s picture

+++ b/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Derivative/AggregatorCategoryBlock.phpundefined
@@ -24,13 +26,43 @@ class AggregatorCategoryBlock implements DerivativeInterface {
     $this->derivatives[$derivative_id]['admin_label'] = t('@title category latest items', array('@title' => $result->title));

yeah another one.

damiankloip’s picture

StatusFileSize
new3.28 KB
new4.41 KB

Yep!

dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Thank you!

alexpott’s picture

Status: Reviewed & tested by the community » Needs work
+++ b/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Derivative/AggregatorCategoryBlock.phpundefined
@@ -24,16 +27,57 @@ class AggregatorCategoryBlock implements DerivativeInterface {
+    $this->basePluginId = $base_plugin_id;

Missing @var and protected for $this->basePluginId

damiankloip’s picture

Status: Needs work » Needs review
StatusFileSize
new760 bytes
new4.53 KB
dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Finally

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 6513936 and pushed to 8.x. Thanks!

Status: Fixed » Closed (fixed)

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