Mercurial > p > roundup > code
comparison roundup/cgi/client.py @ 5614:be99aa02c616
issue2550833 enhance the export csv action to include the keys for
liked items rather than id's. So for nosy list display usernames and
not numbers.
The original code was renamed and also made available. See change
document.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 16 Feb 2019 15:17:21 -0500 |
| parents | 5df309febe49 |
| children | 14e176b5cd90 |
comparison
equal
deleted
inserted
replaced
| 5612:da2decb6d0c7 | 5614:be99aa02c616 |
|---|---|
| 1754 ('search', actions.SearchAction), | 1754 ('search', actions.SearchAction), |
| 1755 ('restore', actions.RestoreAction), | 1755 ('restore', actions.RestoreAction), |
| 1756 ('retire', actions.RetireAction), | 1756 ('retire', actions.RetireAction), |
| 1757 ('show', actions.ShowAction), | 1757 ('show', actions.ShowAction), |
| 1758 ('export_csv', actions.ExportCSVAction), | 1758 ('export_csv', actions.ExportCSVAction), |
| 1759 ('export_csv_id', actions.ExportCSVWithIdAction), | |
| 1759 ) | 1760 ) |
| 1760 def handle_action(self): | 1761 def handle_action(self): |
| 1761 """ Determine whether there should be an Action called. | 1762 """ Determine whether there should be an Action called. |
| 1762 | 1763 |
| 1763 The action is defined by the form variable :action which | 1764 The action is defined by the form variable :action which |
