Closed (fixed)
Project:
Pathauto
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
14 Sep 2012 at 15:51 UTC
Updated:
16 Oct 2015 at 06:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dave reidMarked #1854546: have token_tree use the dialog as a duplicate of this issue. Looks good and assigning to myself to commit.
Comment #2
Jorrit commentedAny update? Works for me too, although a collapsible fieldset is probably no longer needed as a container. The link can perhaps be placed in the description of the main fieldset.
Comment #3
damienmckennaMaybe the fieldset could be set to be not collapsible?
Comment #4
damienmckennaAlso, this helps alleviate the problem of too many tokens stopping the token browser from loading, though ultimately #1334456: Enable ajax on-demand loading of sub-trees in the Token help will be the best solution there.
Comment #5
klonosYes, but I believe there's no harm in committing this in the interim.
Comment #6
dave reidDefinitely agree this should use the new dialog code, but this looked really strange with the link *inside* a collapsed fieldset, so I removed the fieldset. Please review.
Comment #7
das-peter commentedWay better, please please commit!
Sites with a lot of tokens are just a pain in the ... to use when all the stuff is rendered at once.
Comment #8
m4oliveiPatch looks good. I'd say it's good to commit. As an aside, if you had memory issues with token tree's before, using the dialog approach may only delay the issue (as is the case for me with entity_token enabled and having LOTS of fields and entityreference's). I still like changing to the dialog approach.
Comment #9
dave reidComment #10
quicksketchThis approach still helps with overall memory consumption though, since without the dialog you're loading (at least) 3 full sets of tokens on one page, in addition to the form. In the dialog, you're loading only one set of tokens at a time and nothing else.
Patch looks good to me too. :)
Comment #11
dave reidCommitted #6 to 7.x-1.x.
Comment #13
dave reid