Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
node data
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
25 Oct 2011 at 19:49 UTC
Updated:
4 Jan 2014 at 01:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerThe correct behaviour is to not select the node row plugin by default.
Comment #2
dawehnerFixing this sounds like a good task.
The fix would probably have to be in views_ui_node_revision_views_wizard.class
Comment #3
rvilarAttached is a patch that solves this
Comment #4
tim.plunkettHm, I think this is just tweaking the node row plugin, not deselecting it.
Comment #5
tim.plunkettIf you replace this trailing whitespace with a docblock, I think this is right after all.
I'll open up a followup for a smarter
row_style_options()by default, but this is all that can be done for now.Comment #6
jim0203 commentedRe-rolling patch
Comment #7
jim0203 commentedRe-rolling patch properly, please ignore #6
Comment #8
jim0203 commentedComment #10
jim0203 commentedThird time lucky ...
Comment #11
tim.plunkettTestbot!
Comment #12
tim.plunkettFixed a minor indentation issue on the docblock. No commit credit for me.
Comment #13
dawehnerThanks for effort on this patch.
Committed this to 7.x-3.x and 8.x-3.x