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
Pipeline #37007 failed with stage
in 0 seconds
......@@ -90,7 +90,7 @@
<value>
<list>
<string>my_description</string>
<string>my_ssl_certificate_authority_certificate</string>
<string>my_certificate_authority_certificate</string>
</list>
</value>
</item>
......
......@@ -16,7 +16,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_ssl_certificate_authority_certificate</string> </value>
<value> <string>my_certificate_authority_certificate</string> </value>
</item>
<item>
<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