Commit 2b527f87 authored by Christophe Dumez's avatar Christophe Dumez

- added default value to silent some error messages

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6816 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 86869bde
...@@ -133,7 +133,7 @@ return context.BusinessTemplate_viewSvnStatus()\n ...@@ -133,7 +133,7 @@ return context.BusinessTemplate_viewSvnStatus()\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>added,modified,removed,checked=\'\',**kw</string> </value> <value> <string>added=\'\',modified=\'\',removed=\'\',checked=\'\',**kw</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -196,6 +196,9 @@ return context.BusinessTemplate_viewSvnStatus()\n ...@@ -196,6 +196,9 @@ return context.BusinessTemplate_viewSvnStatus()\n
<value> <value>
<tuple> <tuple>
<string></string> <string></string>
<string></string>
<string></string>
<string></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