Updated: Comment #N

Problem/Motivation

We have duplicated code in all 6 handler types for broken handlers. They all add the same - basically a default form and label containing details about the missing handler.

Proposed resolution

Use a trait for all of these instead. Then we only need to maintain the code in one place and not 6 - win.

Remaining tasks

User interface changes

None

API changes

None

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Status: Needs review » Needs work

The last submitted patch, vdc.BrokenHandlerTrait.patch, failed testing.

damiankloip’s picture

Status: Needs work » Needs review

vdc.BrokenHandlerTrait.patch queued for re-testing.

ImagefieldDisplayTest strikes again.

damiankloip’s picture

FileSize
18.6 KB
2.01 KB

Updated docs

dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Awesome!!!

catch’s picture

Status: Reviewed & tested by the community » Fixed

Very nice. Committed/pushed to 8.x, thanks!

Status: Fixed » Closed (fixed)

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

YesCT’s picture