More debugging info for access date issue
This commit is contained in:
parent
fad4dc9969
commit
0a92a584d0
1 changed files with 6 additions and 0 deletions
|
@ -1860,6 +1860,12 @@
|
|||
|
||||
this._modifyField(fieldName, value, this.saveOnEdit);
|
||||
|
||||
if (fieldName == 'accessDate') {
|
||||
Zotero.debug('========');
|
||||
Zotero.debug(value);
|
||||
Zotero.debug(this.item.getField(fieldName));
|
||||
}
|
||||
|
||||
elem = this.createValueElement(
|
||||
this.item.getField(fieldName),
|
||||
fieldName,
|
||||
|
|
Loading…
Add table
Reference in a new issue