GTG

Comment 2 for bug 498572

Revision history for this message
Kevin Mehall (kevin-mehall) wrote :

I think there should be a Task method that handles this correctly, though. The plugin API method is not sufficient for what I'm trying to do here.

To implement assigning tags by drag and drop, there needs to be a way to correctly add tags that works
  1. without the plugin API (this is in core, not a plugin, so it would be messy to call the plugin API, and copy/paste is bad too)
  2. without having the editor window open