ConcreteInheritanceBehavior missing "excluded_parent_behavior" parameter
There is a missing documentation for the behavior "ConcreteInheritanceBehavior" related to this issue (merged to master branch) : https://github.com/propelorm/Propel/pull/664
The missed parameter is : excluded_parent_behavior, that allow you to exclude inheritance from selected behavior.
Indeed, but we haven't this change yet ported to Propel 2. When we port it we should also adjust the documentation then. @Divi, do you want to contribute those changes?
Hello there,
I'm not sure this is worth trying to bring it to Propel 2 since the core behaviors are going to be removed in upcoming releases (see propelorm/Propel2#548 and propelorm/Propel2#369).