Support from Acquia helps fund testing for Drupal Acquia logo

Comments

penyaskito created an issue. See original summary.

penyaskito’s picture

Not entirely sure this is the right fix, but makes the test pass.

Berdir’s picture

I don't see how that is different from the parent definition:

mapping:
target_bundles:
type: sequence
label: 'types'
nullable: true
sequence:
type: string
label: 'Type

We should inherit that?

Will have a look at this.

Berdir’s picture

Status: Needs review » Needs work

Ah, because the parent was changed, we should extend from entity_reference_selection.default now.

Berdir’s picture

This was caused by #2787873: Add a base class for entity reference selection handlers and fix the structure of their configuration, I commented there to indicate that this was a BC break.

Primsi’s picture

Assigned: Unassigned » Primsi
Primsi’s picture

Berdir’s picture

Status: Needs review » Reviewed & tested by the community

Looks fine.

I'd expect tests on 8.4 to pass and tests on 8.3 to fail, which is a problem as it's not just test.

It's possible that the first patch would pass on both 8.4 and and 8.3, that might be an argument to commit that and keeping this issue open until 8.4 is out, then we could do it correctly, without worrying about 8.3 anymore.

Berdir’s picture

Status: Reviewed & tested by the community » Needs review
Berdir’s picture

Status: Needs review » Reviewed & tested by the community

Passes on 8.3 too, then lets commit this.

  • Primsi committed 721372a on 8.x-1.x
    Issue #2881459 by penyaskito, Primsi, Berdir: Build failing: Schema...
Primsi’s picture

Status: Reviewed & tested by the community » Fixed

Committed.

penyaskito’s picture

Thanks a lot for the quickness!

Status: Fixed » Closed (fixed)

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