Needs work
Project:
Jump
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2012 at 08:43 UTC
Updated:
19 Oct 2012 at 12:43 UTC
Nice module. I like it to do some more things. One of them; adding a default 'any' state on top of the list in the taxonomy jump menu.
Comments
Comment #1
hanskuiters commentedI think I can add it myself using jump_quickly(). See #1816368: Adjust documentation for jump_quickly().
Comment #2
hanskuiters commentedWell, jump_quickly() was not working. I added the following to the jump_quickly_form function:
$options = array_merge(array('<front>' => '- Select... -'), $options);This needs to be in a setting, but I'm running out of time for this project.
Comment #3
hanskuiters commented