Move apiOptionsGetFull implementation into Backend
This commit is contained in:
parent
4922d3433d
commit
d6fe5c3e46
@ -62,7 +62,7 @@ async function apiOptionsSet(changedOptions, optionsContext, source) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function apiOptionsGetFull() {
|
function apiOptionsGetFull() {
|
||||||
return utilBackend().getFullOptions();
|
return utilBackend()._onApiOptionsGetFull();
|
||||||
}
|
}
|
||||||
|
|
||||||
async function apiOptionsSave(source) {
|
async function apiOptionsSave(source) {
|
||||||
|
@ -191,7 +191,7 @@ class Backend {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_onApiOptionsGetFull() {
|
_onApiOptionsGetFull() {
|
||||||
return apiOptionsGetFull();
|
return this.getFullOptions();
|
||||||
}
|
}
|
||||||
|
|
||||||
_onApiOptionsSet({changedOptions, optionsContext, source}) {
|
_onApiOptionsSet({changedOptions, optionsContext, source}) {
|
||||||
|
Loading…
Reference in New Issue
Block a user