add global data on settings filter

This commit is contained in:
BlasenhauerJ 2023-05-13 15:55:10 +02:00
parent bc3ea0ed35
commit a258612e43
1 changed files with 1 additions and 1 deletions

View File

@ -588,6 +588,7 @@ class Multiple {
multiples[key] = {
value: data["value"],
method: data["method"],
global: data["global"],
};
}
}
@ -794,7 +795,6 @@ class Multiple {
//for already existing services multiples
//global is check
setDisabledMultServ(inp, method, global) {
console.log(global);
if (global) return inp.removeAttribute("disabled");
if (method === "ui" || method === "default") {