Project

General

Profile

Actions

Defect #13618

closed

CSV export of spent time ignores filters and columns selection

Added by Andrew Dahl about 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Category:
Time tracking
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

When you do a CSV export of spent time, it opens a dialog that lets you choose which columns you want to include in that export.

The problem is that the dialog is a form, and the form's action holds all the filter parameters. By design, GET actions in forms
remove all URL parameters upon submission, thus the exported CSV contains all the issues instead of the expected filtered issues.

It looks like exporting of issues to CSV (not to be confused with spent time) works, as the queries are pulled from session data
and don't rely on parameters. I think this would be the best solution for spent time queries, assuming that the ability to choose
which columns you want to export (selected versus all) is important.

The quickest solution would be to remove the modal altogether and always do selected columns only.

(The modal was introduced with #4742)


Files


Related issues

Has duplicate Redmine - Defect #13671: CSV-export of time enteries do not respect the selected columnsClosed

Actions
Has duplicate Redmine - Defect #13790: CSV Export problemClosed

Actions
Actions #1

Updated by Etienne Massip about 11 years ago

  • Status changed from New to Confirmed
  • Target version set to 2.3.1
Actions #2

Updated by Jean-Philippe Lang about 11 years ago

  • Subject changed from CSV Export of Spent Time ignores filters to CSV export of spent time ignores filters and columns selection
  • Status changed from Confirmed to Resolved
  • Assignee set to Jean-Philippe Lang
  • Resolution set to Fixed

Fixed in r11696, thanks for pointing this out.

Actions #3

Updated by Etienne Massip about 11 years ago

Isn't the issue export also concerned as Andrew stated?

Haven't checked in details but it would seem logical.

Actions #4

Updated by Andrew Dahl about 11 years ago

The issue export is not a problem and works as expected, as I noted in the description.

Actions #5

Updated by Etienne Massip about 11 years ago

Andrew Dahl wrote:

The issue export is not a problem and works as expected, as I noted in the description.

Thanks to the session storage?

Actions #6

Updated by Andrew Dahl about 11 years ago

Etienne Massip wrote:

Andrew Dahl wrote:

The issue export is not a problem and works as expected, as I noted in the description.

Thanks to the session storage?

That is correct.

Since the URL arguments are dropped off the form's action on submission, the time spent export has no way of knowing what filters and columns were selected. The issue export has query sessions, so it can recreate the query without the passed arguments. At least, that's my understanding from the code I read through.

So, with this patch, everything's working as expected. :-) (Also, thanks for the fix, Jean!)

Actions #7

Updated by Jean-Philippe Lang almost 11 years ago

  • Status changed from Resolved to Closed

Merged.

Actions #8

Updated by Radhakrishna M almost 11 years ago

Andrew, can you please provide the code changes ? It would be very very helpful to me.
Because i have been struggling with this issue from almost 6 months !!

Actions #9

Updated by Andrew Dahl almost 11 years ago

Radhakrishna, the associated revision is located here: http://www.redmine.org/projects/redmine/repository/revisions/11696

I just removed the Modal, patch attached. I would recommend the associated revision (or upgrading your Redmine version to 2.3.1); however, I haven't tested it.

Actions #10

Updated by Radhakrishna M almost 11 years ago

Andrew Dahl wrote:
Radhakrishna, the associated revision is located here: http://www.redmine.org/projects/redmine/repository/revisions/11696

I just removed the Modal, patch attached. I would recommend the associated revision (or upgrading your Redmine version to 2.3.1); however, I haven't tested it.

Andrew Thank you for your reply..

your solution worked great for me.

many many many Thanks

Actions

Also available in: Atom PDF