wintercms / wn-builder-plugin

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

Undefined array key "Standard" on automatic form fields creation from database #49

Open dimti opened 1 year ago

dimti commented 1 year ago
"Undefined array key "Standard"" on line 221 of /usr/share/nginx/html/mms/plugins/winter/builder/behaviors/IndexModelFormOperations.php

IndexModelFormOperations.php

Keys have a localized name

image

dimti commented 1 year ago

Controls array nerested from classes/ControlLibrary.php::resolveControlGroupName and then used localized labels.

Can i do add pull request? - that fixed this problem https://github.com/dimti/wn-builder-plugin/tree/bugfix/49 https://github.com/wintercms/wn-builder-plugin/compare/main...dimti:wn-builder-plugin:bugfix/49

LukeTowers commented 1 year ago

@dimti yes please, submit a PR