We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc6b5a commit 4ae3dbcCopy full SHA for 4ae3dbc
src/mixins/referencesProvider.js
@@ -46,6 +46,8 @@ export default {
46
methods: {
47
isFromIncludedArchive(id) {
48
const { includedArchiveIdentifiers = [] } = this.appState;
49
+ // for backwards compatibility purposes, treat all references as being
50
+ // from included archives if there is no data for it
51
if (!includedArchiveIdentifiers.length) {
52
return true;
53
}
0 commit comments