Commit 79359a92 authored by Jérome Perrin's avatar Jérome Perrin

configurator_standard_trade_template: enable "Accept" solver on resource divergences

When changing the resource of the variation, this has a big impact, so we
enable a divergence, mostly to be consistent with the fact that we ask
resolution for quantity divergences: if we ask "we planned for 3 apples,
instead we have 2 apples what should we do ?", it's a bit strange not to ask
anything for "we planned for 3 apples, instead we have 3 carrots"
parent 22de47b1
......@@ -18,6 +18,20 @@
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>solver/portal_solvers/Accept Solver</string>
</tuple>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>resource_tester</string> </value>
......
......@@ -35,6 +35,14 @@
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>solver/portal_solvers/Accept Solver</string>
</tuple>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value>
......
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