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 @@ ...@@ -283,7 +283,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>here/REQUEST/files</string> </value> <value> <string>here/REQUEST/added</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>here/REQUEST/files</string> </value> <value> <string>here/REQUEST/modified</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>here/REQUEST/files</string> </value> <value> <string>here/REQUEST/removed</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </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