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:
parent
c7020bfee8
commit
c467139208
|
@ -121,7 +121,7 @@
|
|||
<description>Comma-separated list of favorites of form favoriteId=favoriteName</description>
|
||||
<state readOnly="true" pattern="%s"></state>
|
||||
<config-description>
|
||||
<parameter name="quoteList" type="boolean" required="true">
|
||||
<parameter name="quoteList" type="boolean">
|
||||
<label>Quote Favorites</label>
|
||||
<description>Wrap the right hand side of the favorites in quotes</description>
|
||||
<default>false</default>
|
||||
|
|
Loading…
Reference in New Issue