Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
field system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2013 at 00:39 UTC
Updated:
29 Jul 2014 at 22:34 UTC
#1969728-181: Implement Field API "field types" as TypedData Plugins removed the per-field-type prepareView() step, leaving only a per-formatter prepareView() step. However, it missed a few hunks related to that removal. Here they are.
| Comment | File | Size | Author |
|---|---|---|---|
| field-types-followup-prepareView.patch | 4.51 KB | effulgentsia |
Comments
Comment #2
effulgentsia commentedfield-types-followup-prepareView.patch queued for re-testing.
Comment #4
fagofield-types-followup-prepareView.patch queued for re-testing.
Comment #5
fagoDoes its job as it should.
Comment #6
dries commentedCommitted to 8.x. Thanks.