infoliv
infoliv
As ndm mentionned in his stackoverflow comment, the current order is : 1. app prefix-element, 2. app element, 3. plugin prefix-element, 4. plugin element. I would expect the order :...
Hello github bot, could you please remove the stale label ?
Could this stale label be removed please ?
I think this issue is preventing me from updating my CMS from cakephp 5.0.5 to cakephp 5.0.6 Indeed, my CMS contains my own plugin `FileManager` that has an `AttachmentBehavior`. In...

However, I never had any problems until I updated cakephp to 5.0.6.
It seems that it comes from the fact that `'className' => 'FileManager.Attachment'` is added in the array `$config` of `AttachmentBehavior::initialize(array $config)` (which was not the case with cakephp