Commit 6ba8de74 authored by Sebastien Robin's avatar Sebastien Robin

upgrader: make sure to keep erp5_upgrader itself by default

parent 23a1c1b0
......@@ -57,7 +57,7 @@
a old business template without updating it and without removing it\n
"""\n
\n
return (\'erp5_base\',), []\n
return (\'erp5_base\',), ["erp5_upgrader"]\n
</string> </value>
</item>
<item>
......
......@@ -50,7 +50,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>return (\'erp5_web\',), []\n
<value> <string>return (\'erp5_web\',), ["erp5_upgrader", "erp5_upgrader_test"]\n
</string> </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