Additional output for debugging tag problem
This commit is contained in:
parent
49593266e1
commit
5bc80d4cfe
1 changed files with 2 additions and 0 deletions
|
@ -3066,6 +3066,8 @@ Zotero.Item.prototype.clone = function(includePrimary) {
|
|||
}
|
||||
|
||||
if (obj.tags) {
|
||||
Zotero.debug('=============================');
|
||||
Zotero.debug(obj.tags);
|
||||
for each(var tag in obj.tags) {
|
||||
newItem.addTagByID(tag.id);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue