Commit 289076c5 authored by Christophe Dumez's avatar Christophe Dumez

Fixed bug in log when committing from diff page (reported by Aurelien)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7189 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bb880272
......@@ -283,7 +283,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/REQUEST/files</string> </value>
<value> <string>here/REQUEST/added</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -283,7 +283,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/REQUEST/files</string> </value>
<value> <string>here/REQUEST/modified</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -283,7 +283,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/REQUEST/files</string> </value>
<value> <string>here/REQUEST/removed</string> </value>
</item>
</dictionary>
</pickle>
......
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