fix: 🐛 Update field separator for Kea DHCP Subnet Form and Model (#7418)

Co-authored-by: Katerina Ford <kford@madtechnicalsolutions.com>
This commit is contained in:
KitKat31337 2024-04-28 23:31:07 -07:00 committed by GitHub
parent 93e0d14748
commit c1548926ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
<type>select_multiple</type>
<style>tokenize</style>
<allownew>true</allownew>
<separator>;</separator>
<separator>,</separator>
<help>Specifies a ´search list´ of Domain Names to be used by the client to locate not-fully-qualified domain names.</help>
</field>
<field>

View File

@ -49,7 +49,7 @@
</domain_name_servers>
<domain_search type="HostnameField">
<IpAllowed>N</IpAllowed>
<FieldSeparator>;</FieldSeparator>
<FieldSeparator>,</FieldSeparator>
<AsList>Y</AsList>
<ValidationMessage>Please specify a valid list of domains</ValidationMessage>
</domain_search>