If you create a new view which has node revisions as base table you get the node row plugin by default, though you can't select something else then fields.
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | views-1321364-12.patch | 855 bytes | tim.plunkett |
| #10 | views-1321364-10.patch | 853 bytes | jim0203 |
| #7 | views-1321364-7.patch | 891 bytes | jim0203 |
| #6 | views-1321364-6.patch | 939 bytes | jim0203 |
| #3 | revision-wizard-defaults-1321364-3.patch | 820 bytes | rvilar |
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