Commit deebff48 authored by Romain Courteaud's avatar Romain Courteaud

slapos_cloud: drop support request template preference

parent 03239c52
...@@ -112,12 +112,16 @@ ...@@ -112,12 +112,16 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>preferred_credential_alarm_automatic_call</string> </key> <key> <string>preferred_cloud_contract_enabled</string> </key>
<value> <int>1</int> </value> <value> <int>1</int> </value>
</item> </item>
<item>
<key> <string>preferred_credential_alarm_automatic_call</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>preferred_credential_recovery_automatic_approval</string> </key> <key> <string>preferred_credential_recovery_automatic_approval</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>preferred_credential_request_automatic_approval</string> </key> <key> <string>preferred_credential_request_automatic_approval</string> </key>
...@@ -135,7 +139,7 @@ ...@@ -135,7 +139,7 @@
<key> <string>preferred_document_conversion_server_url</string> </key> <key> <string>preferred_document_conversion_server_url</string> </key>
<value> <value>
<tuple> <tuple>
<string>https://cloudooo.erp5.net/</string> <string>https://cloudooo.erp5.net/,https://cloudooo1.erp5.net/</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -313,6 +317,7 @@ ...@@ -313,6 +317,7 @@
<value> <value>
<tuple> <tuple>
<string>function/customer</string> <string>function/customer</string>
<string>role/client</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -332,7 +337,9 @@ ...@@ -332,7 +337,9 @@
</item> </item>
<item> <item>
<key> <string>preferred_support_request_template</string> </key> <key> <string>preferred_support_request_template</string> </key>
<value> <string>support_request_module/slapos_crm_support_request_template</string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>preferred_support_request_use</string> </key> <key> <string>preferred_support_request_use</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