I finally started actually running some code against the schema and I am seeing some serious issues in versionable. Will try to get this fixed up over the weekend. If you want to work on some stuff you might need to remove the versionable and potentially also the blameable stuff for now (just modify the big actAs section in config/doctrine/schema.yml).
regards,
Lukas Kahwe Smith
m...@pooteeweet.org
> Hi,
>
> I finally started actually running some code against the schema and I am seeing some serious issues in versionable. Will try to get this fixed up over the weekend. If you want to work on some stuff you might need to remove the versionable and potentially also the blameable stuff for now (just modify the big actAs section in config/doctrine/schema.yml).
ok, i found out what the issue was. the skipOperation() call in the Sortable behavior stopped all the other Behaviors from continueing their magic. I have removed the behavior for now and will search for a solution.
regards,
Lukas Kahwe Smith
sm...@pooteeweet.org