Skip to content

Fix presets to work correctly

Arjen Hiemstra requested to merge work/ahiemstra/presets into master

When loading presets we expect the faceproperties file to be located in "contents/config/" but when writing we are placing it in "contents/" which means that custom presets are not loaded properly.

We also should write the regular expressions when someone uses those, rather than the sensors that were found to match those regular expressions.

BUG: 450745

Edited by Arjen Hiemstra

Merge request reports