Commit f02d7675 authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_antivirus_clammit: fix field name in ClammitConnector_view

The ssl/x509 were renamed after we decided to change the name of the
holding property sheet during the code review. The code was updated,
but not this form
parent 5820860d
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<value> <value>
<list> <list>
<string>my_description</string> <string>my_description</string>
<string>my_ssl_certificate_authority_certificate</string> <string>my_certificate_authority_certificate</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_ssl_certificate_authority_certificate</string> </value> <value> <string>my_certificate_authority_certificate</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment