Support from Acquia helps fund testing for Drupal Acquia logo

Comments

KarlShea created an issue. See original summary.

KarlShea’s picture

Status: Active » Needs review
FileSize
1.55 KB

Thoughts?

Status: Needs review » Needs work

The last submitted patch, 2: feed_array-2885295-2.patch, failed testing. View results

KarlShea’s picture

Status: Needs work » Needs review
FileSize
1.62 KB

Look at that, the tests are useful already.

Status: Needs review » Needs work

The last submitted patch, 4: feed_array-2885295-4.patch, failed testing. View results

KarlShea’s picture

Status: Needs work » Needs review
FileSize
3.18 KB

Update test view to add description value so description isn't stripped from output / Update test to check for description.

Status: Needs review » Needs work

The last submitted patch, 6: feed_array-2885295-6.patch, failed testing. View results

KarlShea’s picture

Status: Needs work » Needs review
FileSize
3.73 KB

Update schema to add description.

markdorison’s picture

Fixed one code style issue.

@KarlShea Is there a benefit to building the JSON object as an array instead of an object?

KarlShea’s picture

The only reason was to use array_filter to remove empty attributes. It's possible that it wouldn't matter, but we're doing the same for feed items.

markdorison’s picture

@KarlShea Works for me.

In the last patch I accidentally included the interdiff. Here is a fresh one.

  • markdorison committed fc6cd37 on 8.x-1.x authored by KarlShea
    Issue #2885295 by KarlShea, markdorison: Use array instead of object to...
markdorison’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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