Closed Dominic-DallOsto closed 2 years ago
SourceItemWrapper
note
extra
The constructor usage wasn't updated everywhere - eg. in https://github.com/diegodlh/zotero-cita/blob/master/src/zoteroOverlay.jsx#L176 which caused the storage location to be undefined and no citations to be loaded. This was visible as the citations column always reading 0.
176 changed the constructor for
SourceItemWrapper
to also require the storage type - eithernote
orextra
.The constructor usage wasn't updated everywhere - eg. in https://github.com/diegodlh/zotero-cita/blob/master/src/zoteroOverlay.jsx#L176 which caused the storage location to be undefined and no citations to be loaded. This was visible as the citations column always reading 0.