Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 May 2013 at 15:29 UTC
Updated:
29 Jul 2014 at 22:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
bdone commentedComment #2
marlatt commentedConfirmed no instances of old method remaining and contains public method assignment.
Comment #3
alexpottCan't work out how this function would be called - is it necessary?
Comment #4
bdone commented@alexpott: while core isn't yet, i believe StylePluginBase could potentially be used by contrib plugins that extend it.
perhaps someone from VDC can confirm that?
Comment #5
dawehnerBy default the fields generated by the wizard will have no label, as it just looks silly.
The table style plugin removes that in the wizardSubmit method to show a label in the table header. That's just one
example why style plugins want to interfere with the wizard, so I would personally vote for keeping it in.
Comment #6
alexpottCommitted b2d4053 and pushed to 8.x. Thanks!