Commit a3d1fb8a authored by Jérome Perrin's avatar Jérome Perrin

fixup! erp5_ugprader: disable notifications on the alarms

Each step was still sending emails, not only the controller. This is not
useful.
parent 79379e62
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<key> <string>alarm_notification_mode</string> </key> <key> <string>alarm_notification_mode</string> </key>
<value> <value>
<tuple> <tuple>
<string>always</string> <string>never</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<key> <string>alarm_notification_mode</string> </key> <key> <string>alarm_notification_mode</string> </key>
<value> <value>
<tuple> <tuple>
<string>always</string> <string>never</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<key> <string>alarm_notification_mode</string> </key> <key> <string>alarm_notification_mode</string> </key>
<value> <value>
<tuple> <tuple>
<string>always</string> <string>never</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
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