Fix bridge initialization when parameter quoteList is not configured (#13667)

Fixes #13666

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
Jacob Laursen 2022-11-07 09:20:20 +01:00 committed by GitHub
parent c7020bfee8
commit c467139208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@
<description>Comma-separated list of favorites of form favoriteId=favoriteName</description> <description>Comma-separated list of favorites of form favoriteId=favoriteName</description>
<state readOnly="true" pattern="%s"></state> <state readOnly="true" pattern="%s"></state>
<config-description> <config-description>
<parameter name="quoteList" type="boolean" required="true"> <parameter name="quoteList" type="boolean">
<label>Quote Favorites</label> <label>Quote Favorites</label>
<description>Wrap the right hand side of the favorites in quotes</description> <description>Wrap the right hand side of the favorites in quotes</description>
<default>false</default> <default>false</default>