diff roundup/cgi/actions.py @ 5515:cd0ceb2afdb8

fixed issue2550993 and added test case
author Christof Meerwald <cmeerw@cmeerw.org>
date Sun, 19 Aug 2018 15:11:05 +0100
parents 4f6e1ce89557
children be99aa02c616
line wrap: on
line diff
--- a/roundup/cgi/actions.py	Sat Aug 18 23:13:17 2018 +0000
+++ b/roundup/cgi/actions.py	Sun Aug 19 15:11:05 2018 +0100
@@ -504,7 +504,7 @@
                 # If a CSV line just mentions an id and the corresponding
                 # item is retired, then the item is restored.
                 cl.restore(itemid)
-                continue
+                exists = 1
             else:
                 exists = 1
 

Roundup Issue Tracker: http://roundup-tracker.org/