Marc Jauvin
Marc Jauvin
Hi Tobias! Would you accept a PR that adds PropertyGroups to the Product model? I've got it mostly figured out, but it's a bit more challenging to add support for...
Currently working for SimpleTree and Sortable models. Won't work with NestedTree.
Related to https://github.com/wintercms/storm/pull/7
This PR corrects the following problems: `object` inspector type: properties using `depends` do not refresh. `objectList` inspector type: `itemProperties` using `depends` do not work.
### Winter CMS Build 1.2 ### PHP Version 8.1 ### Database engine MySQL/MariaDB ### Plugins installed _No response_ ### Issue description When deleting a component from a layout within the...
Take into account $id param of `model.relation.afterAttach` could be a model
Replaces #112 ```php Model::extend(function ($model) { $model->behaviorMethodAvailable(); }, after: true); ``` Related: https://github.com/wintercms/docs/pull/98
Related: https://github.com/wintercms/storm/pull/46 (specifically: https://github.com/wintercms/storm/commit/b977610d361cc25f24b05062e40a83a6d53680a8) Mention the new addRelation() methods in the model extension docs.
Related: https://github.com/wintercms/storm/pull/113