wintercms / wn-builder-plugin

GUI for building plugins in Winter CMS
MIT License
34 stars 12 forks source link

($model) must be of type array, null given #42

Closed pavelmgn closed 1 year ago

pavelmgn commented 1 year ago

After save form from builder. This error.

"Winter\Builder\Behaviors\IndexModelFormOperations::updateJsonable(): Argument #1 ($model) must be of type array, null given, called in /application/plugins/winter/builder/behaviors/IndexModelFormOperations.php on line 78" on line 296 of /application/plugins/winter/builder/behaviors/IndexModelFormOperations.php

IndexModelFormOperations::updateJsonable image first param only array

image

image

getJsonable from Winter\Builder\Classes\ModelModel return null from ModelFileParser

pavelmgn commented 1 year ago

fixed in dev-main sorry