Ticket #25 (closed Bug: fixed)

Opened 1 year ago

Last modified 10 months ago

Rename setColumnsToDisplay() to setColumnsIdsToDisplay() for consistency

Reported by: matt Assigned to: matt
Priority: major Milestone: RobotRock
Component: Core Version:
Keywords: Cc:

Description

The method name is not consistent with the rest of the application naming style.

Attachments

Controller.php.patch (5.7 kB) - added by mikael on 01/06/08 18:24:35.
ViewDataTable.php.patch (1.5 kB) - added by mikael on 01/06/08 18:25:32.

Change History

01/04/08 01:53:39 changed by matt

  • milestone set to ConvertingVegetarians.

01/06/08 18:24:35 changed by mikael

  • attachment Controller.php.patch added.

01/06/08 18:25:32 changed by mikael

  • attachment ViewDataTable.php.patch added.

01/06/08 18:27:51 changed by mikael

Herewith the corresponding fixes for plugins/Home/Controller.php modules/ViewDataTable.php

01/18/08 07:33:35 changed by matt

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

01/18/08 07:34:56 changed by matt

  • status changed from closed to reopened.
  • resolution deleted.

02/03/08 23:13:02 changed by matt

  • owner set to matt.
  • status changed from reopened to new.

02/05/08 17:43:05 changed by matt

  • milestone changed from ConvertingVegetarians to DVNO.

02/18/08 17:22:00 changed by matt

  • milestone changed from DVNO to RobotRock.

03/25/08 01:25:11 changed by matt

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

changed API. Now we use this function as expected:

		$view->setColumnsToDisplay( array('label','nb_visits') );