EPGDigital-MW

Results 5 comments of EPGDigital-MW

Can confirm clear-cache fixed this for me too ```php PHP Fatal error: Uncaught TypeError: Typed property Pyrech\ComposerChangelogs\ChangelogsPlugin_composer_tmp0::$config must be an instance of Pyrech\ComposerChangelogs\Model\Config or null, Pyrech\ComposerChangelogs\Config\Config used in phar:///usr/bin/composer/src/Composer/Plugin/PluginManager.php(221) :...

I'm trying to implement something similar at the moment, checking uuid's are used on models, so looking for HasUuids trait

I'm sure I tried toUse and it didn't work, but I've just tried again and it's working no idea why it didn't work first time ;) I think toUseTrait would...

After CKeditor is initialised, you need to add an event: ```javascript // add change event to set is dirty on the form editor.model.document.on('change:data', () => { // find closest form...

5 is really quite low, and as you can see this class isn't unreasonable. Adjust to 10 ? ```php $this->defaultSortBy = $this->getPossibleDefaultSortBy(); ``` I'd only call this if I need...