Skip to content

2.22.3

Latest

Choose a tag to compare

@dereuromark dereuromark released this 27 Jul 16:19
38ce9e4

Fixes

  • Fixed MissingTableClassException when annotating entities of tables with a belongsToMany association (#471).

    bin/cake annotate models aborted with Table class for alias TagsJoin could not be found. on any app that runs allowFallbackClass(false), which the CakePHP application skeleton does by default. The synthetic association carrying the _joinData type info now gets its target table and foreign key passed explicitly, so the table locator is no longer consulted for the generated alias.

Full Changelog: 2.22.2...2.22.3