Mercurial > p > roundup > code
diff CHANGES.txt @ 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 |
line wrap: on
line diff
--- a/CHANGES.txt Wed Feb 13 06:32:47 2019 -0500 +++ b/CHANGES.txt Sat Feb 16 15:17:21 2019 -0500 @@ -43,6 +43,11 @@ other than GET that doesn't have a payload. E.G. DELETE, PATCH or OPTIONS. Verbs like PUT and POST usually have payloads, so this patch doesn't touch processing of these methods. (John Rouillard) +- issue2550833: the export_csv web action now returns labels/names + rather than id's. Replace calls to export_csv with the export_csv_id + action to return the same data as the old export_csv action. (Tom + Ekberg (tekberg), Andreas (anrounham14) edited/applied and tests + created by John Rouillard) Fixed:
