Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Sep 2014 at 09:18 UTC
Updated:
16 Dec 2014 at 10:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jhedstromComment #3
olli commentedWe still have the with links/without links option in node and comment wizards. I think we could remove those too.
Comment #4
jhedstrom@olli do you want to reroll the patch to remove those?
Comment #5
olli commentedComment #7
olli commentedComment #8
olli commentedLet's fix #2381973: View wizard creates 'invalid' views out of the box, missing plugin_ids, insecure permissions first.
Comment #9
gábor hojtsy#2381973: View wizard creates 'invalid' views out of the box, missing plugin_ids, insecure permissions landed, so most of this patch landed. Some stuff still to be done.
Comment #10
gábor hojtsyRerolled. I don't understand how the last hunk is related but I kept it in.
Comment #11
gábor hojtsyComment #12
gábor hojtsy@jhedstrom: what do you think? :)
Comment #13
olli commented#10: The last hunk was needed to call node_row_node_view_preprocess_node() from node.views.inc, see #1793696: views_preprocess_node check for the wrong row_plugin.
Comment #14
gábor hojtsy@olli: makes sense, thanks! Anything else to do here? Looks like @jhedstrom could review :)
Comment #15
jhedstromI was at first unclear why the tests were changed, but looking closer, the removed comment code doesn't remove any assertions, it simply removes unused or irrelevent code for those tests.
I think #10 is RTBC.
Comment #16
catchCommitted/pushed to 8.0.x, thanks!