wintercms / wn-builder-plugin

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

"Undefined array key "multiple"" on line 103 of /application/plugins/winter/builder/classes/ModelFormModel.php #43

Closed pavelmgn closed 1 year ago

pavelmgn commented 1 year ago

After save dropdown in form builder this error.

image

image

multiple not exists =)

^ array:4 [
  "label" => "Тип"
  "showSearch" => true
  "span" => "auto"
  "type" => "dropdown"
]
LukeTowers commented 1 year ago

This was fixed in https://github.com/wintercms/wn-builder-plugin/commit/36075870087aef719ccfa394c1d603ed8a9b2665. Load this plugin via composer targeting dev-main as your desired version for now and perhaps @bennothommo can fix the test suite and push a new version when he has a moment.

LukeTowers commented 1 year ago

Duplicate of #33

pavelmgn commented 1 year ago

thanks =)