Development

#1980 ([sfPropelActAsSortableBehaviorPlugin][PATCH] STI Support)

You must first sign up to be able to contribute.

Ticket #1980 (closed defect: fixed)

Opened 6 years ago

Last modified 3 years ago

[sfPropelActAsSortableBehaviorPlugin][PATCH] STI Support

Reported by: Kris.Wallsmith Assigned to: fabien
Priority: minor Milestone:
Component: sfPropelActAsSortableBehaviorPlugin Version: 1.0.0
Keywords: Cc:
Qualification: Unreviewed

Description

The current sfPropelActAsSortableBehaviorPlugin breaks when used on a model that takes advantage of Propel's support for single table inheritance. This can be easily fixed by taking a bit more care when determining the model class' peer class. Pleas see the attached diff.

Attachments

sfPropelActAsSortable_sti_support.diff (2.3 kB) - added by Kris.Wallsmith on 07/16/07 21:31:08.
Proposed changes for adding STI support

Change History

07/16/07 21:24:06 changed by Kris.Wallsmith

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

This has been addressed in the latest revision.

07/16/07 21:31:08 changed by Kris.Wallsmith

  • attachment sfPropelActAsSortable_sti_support.diff added.

Proposed changes for adding STI support

07/16/07 21:31:45 changed by Kris.Wallsmith

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

12/20/07 16:49:46 changed by lking

  • component changed from other to sfPropelActAsSortableBehaviorPlugin.
  • qualification set to Unreviewed.
  • summary changed from [PATCH] STI Support for sfPropelActAsSortableBehaviorPlugin to [sfPropelActAsSortableBehaviorPlugin][PATCH] STI Support.

12/30/09 03:00:53 changed by rozwell

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

Patch applied.