Implement drag and drop for citations

svn: r18438
This commit is contained in:
Tim G L Lyons
2011-11-12 22:34:18 +00:00
parent c4c64557d5
commit 7ebf8de20a
3 changed files with 42 additions and 17 deletions

View File

@@ -63,7 +63,7 @@ class CitationEmbedList(EmbeddedList, DbGUIElement):
"""
_HANDLE_COL = 4 # Column number from CitationRefModel
_DND_TYPE = DdTargets.NOTE_LINK
_DND_TYPE = DdTargets.CITATION_LINK
_MSG = {
'add' : _('Create and add a new citation and new source'),