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() {
|
||||
return utilBackend().getFullOptions();
|
||||
return utilBackend()._onApiOptionsGetFull();
|
||||
}
|
||||
|
||||
async function apiOptionsSave(source) {
|
||||
|
@ -191,7 +191,7 @@ class Backend {
|
||||
}
|
||||
|
||||
_onApiOptionsGetFull() {
|
||||
return apiOptionsGetFull();
|
||||
return this.getFullOptions();
|
||||
}
|
||||
|
||||
_onApiOptionsSet({changedOptions, optionsContext, source}) {
|
||||
|
Loading…
Reference in New Issue
Block a user