Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Nov 2012 at 23:18 UTC
Updated:
29 Jul 2014 at 21:28 UTC
Jump to comment: Most recent file
Comments
Comment #1
tim.plunkett:D / :(
Comment #3
dawehnerTo be honest, this seems to be something for contrib, but i guess parts of it are worth to include,
for example the change in the ViewEditFormController
This seems to be wrong :)
Comment #4
tim.plunkettYeah, I wouldn't plan on actually enabling this from within core, this would be just to ensure that it's possible.
Comment #5
tim.plunkettReasons this is won't fix:
Comment #6
tim.plunkettThat is, unless someone writes a field storage backend to write to YAML, or we just shove the fields in there ourselves...
Comment #7
tim.plunkett#1846454: Add Entity query to Config entities might make this possible.
Comment #8
chx commentedIt's not enough. That issue uses ->get() now so it could grab some fields but the code for full field support with delta and columns is not there. And, it does not address all the other problems.