Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Reporter:
Created:
6 Jan 2011 at 00:15 UTC
Updated:
13 Mar 2011 at 01:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
wikp commentedsubscribe
Comment #2
eclipsegc commentedOk, this is a pretty good start I think. We still need to figure out how to handle multiple terms, but I'm thinking that particular issue might need to move upstream to take advantage of entity_load() since it can now load multiple entities at once.
Comment #3
eclipsegc commentedoops
Comment #4
redben commentedSubscribing
(after almost 5 years of drupal i still don't know how to apply a patch...shame on me ! heading to http://drupal.org/patch/apply )
Comment #5
willmoy commentedSub, will try to test this w/e
Comment #6
willmoy commentedHmm... so... interesting... using panels it enables and it overrides, which is great. Not sure what the split in the following is between ctools/panels.
I now have two 'view' links in my tabs, each going to taxonomy/term/nn.
This pops up on enable:
* Notice: Object of class stdClass could not be converted to int in _menu_router_build() (line 3466 of /var/aegir/platforms/ff-1.4/includes/menu.inc).
* Notice: Object of class stdClass could not be converted to int in _menu_router_build() (line 3466 of /var/aegir/platforms/ff-1.4/includes/menu.inc).
Some of the options in the add context drop down come up twice. They go to different places (for the tax term, one loads a form with and one without a vocabulary field).
The cancel button doesn't work in the add context form, although the cross does (FF 3.6).
I can't get the context to do anything useful so can't tell if the content pulls through or not.
Hth and thanks.
Comment #7
Alexander Matveev commentedsubscribing
Comment #8
Anonymous (not verified) commentedsubscribing
Comment #9
eclipsegc commented@willmoy
The form element you've pasted here is actually a side effect of the fact that we have nid, term, uid etc arguments, as well as a single entity_id argument that can replace all of those. Applying this patch: http://drupal.org/node/1033222 SHOULD remove the older arguments from the user interface (pushing you to use the new entity_id argument. This has the benefit of not harming existing page definitions that use the older arguments. Current discussion about updating from 6.x to 7.x has led to this conclusion for the moment.
Hopefully that helps some for people wanting to test this patch.
Comment #10
spencer.nowak commentedsubscribing
Comment #11
eclipsegc commentedThis should remove the extra view tab. If you apply this patch and still have issues with that, clear cache.
Comment #12
eclipsegc commentedgit clone --branch 1016510 http://git.drupal.org/sandbox/eclipsegc/1073402.git
Comment #13
Anonymous (not verified) commented+
Comment #14
merlinofchaos commentedMerged the branch in.