commit
8469ce821b
1 changed files with 3 additions and 3 deletions
|
@ -552,7 +552,7 @@
|
|||
this._displayAllCreators = true;
|
||||
|
||||
if (this._addCreatorRow) {
|
||||
this.addCreatorRow(false, false, true);
|
||||
this.addCreatorRow(false, this.item.getCreator(max-1).creatorTypeID, true);
|
||||
this._addCreatorRow = false;
|
||||
this.disableCreatorAddButtons();
|
||||
}
|
||||
|
@ -1555,8 +1555,8 @@
|
|||
this._focusNextField(this._dynamicFields, this._lastTabIndex, false);
|
||||
}
|
||||
else {
|
||||
// TODO: should use current creator type
|
||||
this.addCreatorRow(false, false, true);
|
||||
var creatorFields = this.getCreatorFields(Zotero.getAncestorByTagName(target, 'row'));
|
||||
this.addCreatorRow(false, creatorFields.creatorTypeID, true);
|
||||
}
|
||||
}
|
||||
// Value has changed
|
||||
|
|
Loading…
Add table
Reference in a new issue