openhab-webui
openhab-webui copied to clipboard
Adding and removing mapping in GUI sitemaps leaves an error in sitemap validator
Minor OH3 bug: When I add mappings here in a sitemap...
and remove them again, the sitemap still contains a term "mapping=[]", which results in a error message of the sitemap validator:
The sitemap itself works flawlessly though.
Suggested solution: The validator should accept "mapping=[]" as valid term.
If the validator fails, that means that this is not compliant with the sitemap syntax and should not be produced by the sitemap builder. There is risk that with an empty map few old UIs are not working as you would expect.
Mappings in the UI sitemap validator have been implemented. So this issue is fixed.
Mappings in the UI sitemap validator have been implemented. So this issue is fixed.
Ok