Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.2.0-BETA3
-
Fix Version/s: None
-
Component/s: Behaviors
-
Labels:None
-
Environment:Symfony 1.3-BETA2, Doctrine-1.2-BETA3, PHP 5.2.6, Mac OS X 10.6.2
Description
The Versionable behavior has the option 'generateRelations' and passes that on to the AuditLog.
But there's a difference between the AuditLog in Doctrine 1.1 and Doctrine 1.2
Here: http://trac.doctrine-project.org/browser/branches/1.1/lib/Doctrine/AuditLog.php?rev=5193 you can clearly see that relations are being generated in the version table class (L94:111) but this section is missing here: http://trac.doctrine-project.org/browser/branches/1.2/lib/Doctrine/AuditLog.php
I copied that piece of code over to 1.2-BETA3 and it works flawlessly, does not look suspicious to me. ![]()
Thanks for this great software!
The functionality was removed due to many other problems caused by it in 1.1.