Field Accessor yields None
This Error Reference applies to:
Any version.
This Error Reference is intended for:
Any audience.
When creating a schema for an Archetype, the generated field accessor and mutator names are not checked whether they clash with names of existing methods i.e. inherited from other classes.
When using e.g. filename as a field name this will yield unpredictable results when using the corresponding accessor getFilename as a method with the same name already exists in some class within the Archetypes framework.
hasActor
it seems
hasActoras an AT field name will cause this behavior.