admin js hatte noch alte blomstra-search drin
This commit is contained in:
parent
52168bb5c3
commit
22e2796a65
|
|
@ -25,7 +25,7 @@ class ReindexWarningWidget extends DashboardWidget {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
app.initializers.add('blomstra-search', () => {
|
app.initializers.add('sbp-search', () => {
|
||||||
const activeIndex = app.data.settings['blomstra-search.active-index'];
|
const activeIndex = app.data.settings['blomstra-search.active-index'];
|
||||||
const compatVersion = app.data.settings['blomstra-search.index-compatible'];
|
const compatVersion = app.data.settings['blomstra-search.index-compatible'];
|
||||||
|
|
||||||
|
|
@ -75,7 +75,7 @@ app.initializers.add('blomstra-search', () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
app.extensionData
|
app.extensionData
|
||||||
.for('blomstra-search')
|
.for('sbp-search')
|
||||||
.registerSetting(function (this: any) {
|
.registerSetting(function (this: any) {
|
||||||
// No index yet, or first build predates this tracking — stay silent.
|
// No index yet, or first build predates this tracking — stay silent.
|
||||||
const indexedAnalyzer = app.data.settings['blomstra-search.indexed-analyzer'];
|
const indexedAnalyzer = app.data.settings['blomstra-search.indexed-analyzer'];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue