Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 5118:57452bc6d989 | 5119:748ba87e1aca |
|---|---|
| 1240 ('confrego', actions.ConfRegoAction), | 1240 ('confrego', actions.ConfRegoAction), |
| 1241 ('passrst', actions.PassResetAction), | 1241 ('passrst', actions.PassResetAction), |
| 1242 ('login', actions.LoginAction), | 1242 ('login', actions.LoginAction), |
| 1243 ('logout', actions.LogoutAction), | 1243 ('logout', actions.LogoutAction), |
| 1244 ('search', actions.SearchAction), | 1244 ('search', actions.SearchAction), |
| 1245 ('restore', actions.RestoreAction), | |
| 1245 ('retire', actions.RetireAction), | 1246 ('retire', actions.RetireAction), |
| 1246 ('show', actions.ShowAction), | 1247 ('show', actions.ShowAction), |
| 1247 ('export_csv', actions.ExportCSVAction), | 1248 ('export_csv', actions.ExportCSVAction), |
| 1248 ) | 1249 ) |
| 1249 def handle_action(self): | 1250 def handle_action(self): |
