I can't seem to get this to work. I need to be able to set setnull on the onDelete and onUpdate for Propel. Currently I can only select cascade.
I tried to create a project specific cfg-file, which is also loaded (new attributes are loaded correctly), but I can't extend the existing attributes for onDelete to include "cascade|setnull" in the enum-values.
If I set this value directly in the global cfg-file of the ORM-Designer it works without problems.