Additional output for debugging tag problem
This commit is contained in:
parent
49593266e1
commit
5bc80d4cfe
|
@ -3066,6 +3066,8 @@ Zotero.Item.prototype.clone = function(includePrimary) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (obj.tags) {
|
if (obj.tags) {
|
||||||
|
Zotero.debug('=============================');
|
||||||
|
Zotero.debug(obj.tags);
|
||||||
for each(var tag in obj.tags) {
|
for each(var tag in obj.tags) {
|
||||||
newItem.addTagByID(tag.id);
|
newItem.addTagByID(tag.id);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user