aktueller Stand
This commit is contained in:
@@ -59,13 +59,14 @@ function mergeStoresIntoConfig(config = [], stores = []) {
|
||||
}
|
||||
const id = String(store.id);
|
||||
if (!map.has(id)) {
|
||||
const hideByDefault = store.hasPickupSlots === false;
|
||||
map.set(id, {
|
||||
id,
|
||||
label: store.name || `Store ${id}`,
|
||||
active: false,
|
||||
checkProfileId: true,
|
||||
onlyNotify: false,
|
||||
hidden: false
|
||||
hidden: hideByDefault
|
||||
});
|
||||
changed = true;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user