Comments

temoor’s picture

Status: Active » Needs review
StatusFileSize
new2.83 KB
dawehner’s picture

Status: Needs review » Needs work
+++ b/core/modules/aggregator/src/Tests/FeedProcessorPluginTest.php
@@ -55,8 +58,11 @@ public function testDelete() {
+    $feedId = $feed->id();
...
+    \Drupal::entityManager()->getStorage('aggregator_feed')->resetCache(array($feedId));
...
+    $feed = Feed::load($feedId);

we do use lower case for variables, so $feed_id

temoor’s picture

Status: Needs work » Needs review
StatusFileSize
new2.83 KB

Renamed variable

dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Nice! Thank you!

m1r1k’s picture

Issue tags: +#ams2014contest

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 3: drupal8-entity_system-aggregator-entity-load-2321501-3.patch, failed testing.

Status: Needs work » Needs review
dawehner’s picture

Status: Needs review » Reviewed & tested by the community

back to rtbc

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 3: drupal8-entity_system-aggregator-entity-load-2321501-3.patch, failed testing.

Status: Needs work » Needs review
m1r1k’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: -

Last fail was because of problems with qa.drupal.org. Back to rbtc.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 3: drupal8-entity_system-aggregator-entity-load-2321501-3.patch, failed testing.

rosinegrean’s picture

Status: Needs work » Needs review
StatusFileSize
new2.8 KB

Rerolled patch

rosinegrean’s picture

Assigned: Unassigned » rosinegrean
oenie’s picture

Issue tags: +Amsterdam2014

Reviewing it now.

oenie’s picture

Status: Needs review » Reviewed & tested by the community

Looks fine to me, RTBC

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed c329dfd and pushed to 8.0.x. Thanks!

  • alexpott committed c329dfd on 8.0.x
    Issue #2321501 by Temoor, prics: Replace calls to aggregator_feed_load...

Status: Fixed » Closed (fixed)

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