diff roundup/cgi/client.py @ 5119:748ba87e1aca

Added a new cgi action restore. The opposite of (and a clone of) the existing retire action.
author John Rouillard <rouilj@ieee.org>
date Sun, 03 Jul 2016 10:38:47 -0400
parents 65fef7858606
children f608eeecf638
line wrap: on
line diff
--- a/roundup/cgi/client.py	Sat Jul 02 21:15:23 2016 -0400
+++ b/roundup/cgi/client.py	Sun Jul 03 10:38:47 2016 -0400
@@ -1242,6 +1242,7 @@
         ('login',       actions.LoginAction),
         ('logout',      actions.LogoutAction),
         ('search',      actions.SearchAction),
+        ('restore',     actions.RestoreAction),
         ('retire',      actions.RetireAction),
         ('show',        actions.ShowAction),
         ('export_csv',  actions.ExportCSVAction),

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