Themes(food): add whether a highchair is available, see #2447

This commit is contained in:
Pieter Vander Vennet 2025-06-24 22:35:56 +02:00
parent 30e706dfb7
commit 268328b6fe
8 changed files with 106 additions and 2 deletions

View file

@ -207,7 +207,7 @@ class LayerBuilder extends Conversion<object, Map<string, LayerConfigJson>> {
}
}
context = context.inOperation("building Layer " + id).enters("layer", id)
context = context.inOperation("building Layer " + id).enters("layer:", id)
const config = this._layerConfigJsons.get(id)
if (config.id !== id) {
@ -855,7 +855,7 @@ class LayerOverviewUtils extends Script {
sharedQuestions
)
builder.writeLayer(sharedQuestionsDef)
const allLayers = builder.convertStrict({}, ConversionContext.construct([], []))
const allLayers = builder.convertStrict({}, ConversionContext.construct([], ["Building the layer index"]))
if (layerState.get("usersettings") !== "clean") {
// We always need the calculated tags of 'usersettings', so we export them separately if dirty