Ticket #356 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

[PATCH] acts_as_reportable :only => %w[array of columns] should preserve column order

Reported by: ruport Assigned to:
Milestone: Keywords:
Cc: brad.ediger@madriska.com

Description

Attached patch passes :only option on acts_as_reportable through to the generated report. This allows you to specify a specific ordering on the columns by passing an array with :only to acts_as_reportable. Tests included.

Attachments

aar_preserve_column_sort_order.diff (2.3 kB) - added by ruport on 09/18/07 15:00:16.

Change History

09/18/07 15:00:16 changed by ruport

  • attachment aar_preserve_column_sort_order.diff added.

09/18/07 20:48:39 changed by mikem836

  • status changed from new to closed.
  • resolution set to fixed.

Patch applied to stable 1.2 and trunk