Development

#8343 ([sf1.4] The last release is not compatible)

You must first sign up to be able to contribute.

Ticket #8343 (new defect)

Opened 3 years ago

[sf1.4] The last release is not compatible

Reported by: lombardot Assigned to: Guillermo.Rauch
Priority: major Milestone: plugins
Component: sfPropelActAsSluggableBehaviorPlugin Version: 1.4.2
Keywords: Cc:
Qualification: Ready for core team

Description

Hi, the lat one doesn't work ith sf1.4 to correct this one youve just to :

add in propel.ini propel.behavior.sluggable.class = plugins.sfPropelActAsSluggableBehaviorPlugin.lib.sfPropelActAsSluggable for the doc

Into the schema.yml :

_propel_behaviors:

sluggable:

from: titre to: alias permanent: true

And create sfPropelActAsSluggable.php in lib with the next code (see file)

Attachments

sfPropelActAsSluggable.php (2.0 kB) - added by lombardot on 02/25/10 18:50:58.
The sf1.4 verion

Change History

02/25/10 18:50:58 changed by lombardot

  • attachment sfPropelActAsSluggable.php added.

The sf1.4 verion