Needs review
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Views Content
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2011 at 20:09 UTC
Updated:
7 Apr 2015 at 19:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
eclipsegc commentedcommitted
Comment #3
Jorrit commentedShould the same be done for views_content_plugin_display_panel_pane ?
Comment #4
Jorrit commentedPlease see the attached patch.
Comment #5
merlinofchaos commentedAssignments during if() are generally bad, but sometimes I'll resort to them; but never if there's multiple conditions. Let's not do that, it's tricky to read and could one day cause bugs if somebody 'fixes' it.
Comment #6
Jorrit commentedI know, but this is the way this specific feature is handled both in
views_content_plugin_display_ctools_contextand in Views itself, I just copied the feature over. I thought it was best just to keep this the same. Want me to make a new patch?Comment #8
damienmckennaEclipseGc: Any update for the D7 branch?