Development

#432 ([PATCH] object_actions do not pass params through to link_to function)

You must first sign up to be able to contribute.

Ticket #432 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

[PATCH] object_actions do not pass params through to link_to function

Reported by: jasonrowe Assigned to:
Priority: major Milestone: 0.6.3
Component: Version: 0.7.X
Keywords: admin object_actions Cc:
Qualification:

Description

list:
  object_actions:
    view: {name: view tracks, action: viewTracks, params: class=foobar}
    _delete: {name: delete this collection, params: class=foobar}

class does not get passed through to link_to function. i think its because there is no pk set in the list view.

Attachments

patch_t432.txt (351 bytes) - added by jason rowe on 04/14/06 12:54:51.
possible patch

Change History

04/14/06 12:54:51 changed by jason rowe

  • attachment patch_t432.txt added.

possible patch

04/14/06 12:56:57 changed by anonymous

  • summary changed from object_actions do not pass params through to link_to function to [PATCH] object_actions do not pass params through to link_to function.

changing name to patch.

the attached file should fix the problem

file: sfPropelAdminGenerator.class.php#L204

04/19/06 13:11:21 changed by fabien

  • milestone set to 0.6.3.

06/16/06 09:46:47 changed by fabien

  • milestone changed from 0.6.3 to 1.0.0.

06/16/06 17:16:34 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone changed from 0.6.4 to 0.6.3.

in r1261