Faloude
Faloude
I did some testing and took one step closer to the issue. This bug is only in effect when you create multiple has_one relations of the **same class type**. class...
I did another test, creating two new *pseudo* classes that extend `Person`: - `Person_One` extends `Person` - `Person_Two` extends `Person` and changing the `Car` relation to: private static $has_one =...
I think I've sorted the issue. I was using a HTMLEditorField::create('content'). Notice that the the field name is set in the constructor but the field label isn't. It was a...
I've never written one before.