Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Bug 1257741 - First attempt of saving SNMP alert configurations is fa…
Browse files Browse the repository at this point in the history
…iled if UDP transport protocol is used.

The property didn't had a default value, it was using "defaultValue" instead of "default".
  • Loading branch information
josejulio committed Jan 5, 2016
1 parent 4954341 commit ced8e4d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@
<c:simple-property name="defaultTargetHost" displayName="Default trap target host" required="false" default="localhost"/>
<c:simple-property name="defaultPort" displayName="Default trap target port" required="false" type="integer"
default="162" defaultValue="162"/>
<c:simple-property name="transport" defaultValue="UDP">
<c:simple-property name="transport" default="UDP">
<c:property-options allowCustomValue="false">
<c:option value="UDP" name="UDP"/>
<c:option value="TCP" name="TCP"/>
Expand Down

0 comments on commit ced8e4d

Please sign in to comment.