patch forthcoming...

Comments

acrollet’s picture

StatusFileSize
new615 bytes

patch attached.

michaelmol’s picture

Although this would be a nice feature, the main purpose of Coffee is navigation between the admin pages.
using the hook_coffee_action() we can achieve something like this.

I will create a default coffee_action callback, for this use case.

michaelmol’s picture

Assigned: Unassigned » michaelmol
Status: Active » Fixed

You can now use :add in Coffee and will give you a result as you can expect on the page node/add

maartenverbaarschot’s picture

Status: Fixed » Needs work

Should be able to type ":add [name of content type]" and hit enter. Especially when you have many content types as Coffee only shows 7 results.

michaelmol’s picture

Status: Needs work » Postponed
acrollet’s picture

:add works nicely, thanks! I do agree that entering the name of the ct will be necessary functionality...

lsolesen’s picture

Agree or coffee should show more content types.

michaelmol’s picture

Actually :add shows all the available content types to add, the limit of 7 is for the default coffee search

michaelmol’s picture

Version: » 7.x-2.x-dev
Status: Postponed » Fixed

This is now fixed in 7.x-2.x !!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit f410ba5 on 7.x-1.x, 8.x-1.x by michaelmol:
    Fixed #1401528 by michaelmol: Added a hook implementation to list to...
  • Commit e5225db on 7.x-2.x, 8.x-1.x by michaelmol:
    Issue #1401528 by acrollet: Added the link_title in the command :add,...