Use Zotero.warn() for item.setCreator() warning
This commit is contained in:
parent
78e87a351c
commit
a714f06670
1 changed files with 1 additions and 2 deletions
|
@ -1051,8 +1051,7 @@ Zotero.Item.prototype.setCreator = function (orderIndex, data) {
|
||||||
var msg = "Creator type '" + Zotero.CreatorTypes.getName(data.creatorTypeID) + "' "
|
var msg = "Creator type '" + Zotero.CreatorTypes.getName(data.creatorTypeID) + "' "
|
||||||
+ "isn't valid for " + Zotero.ItemTypes.getName(itemTypeID)
|
+ "isn't valid for " + Zotero.ItemTypes.getName(itemTypeID)
|
||||||
+ " -- changing to primary creator";
|
+ " -- changing to primary creator";
|
||||||
Zotero.debug(msg, 2);
|
Zotero.warn(msg);
|
||||||
Components.utils.reportError(msg);
|
|
||||||
data.creatorTypeID = Zotero.CreatorTypes.getPrimaryIDForType(itemTypeID);
|
data.creatorTypeID = Zotero.CreatorTypes.getPrimaryIDForType(itemTypeID);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue