Tobias Munk
Tobias Munk
also related https://github.com/yiisoft/yii2/issues/19531
> Hi @samdark, was there some discussion/progress on @bizley request to revert? @markch123 see https://github.com/yiisoft/yii2/issues/19546
The only place where `attributes()` itself is tested: https://github.com/yiisoft/yii2/blob/master/tests/framework/base/ModelTest.php#L524 We could reuse `Speaker` https://github.com/yiisoft/yii2/blob/161526cd41beee62d0910333c3bd96034cf73186/tests/data/base/Speaker.php for testing this, by checking for `firstName`, `lastName` on a newly created instance.
I wonder if `gii` works with 2.0.46, since the bug described here would render it completely unusable - untested, it's just a thought.
Should be reverted IMHO.
Seems to be working now, close at will. @eluhr triggered a rescan, btw.
Sounds like a cool addition, PRs welcome. It think it should use `choices`, `selectize` or `select2`, whichever is enabled and with an additional option to enable it.
Could you create a simpler example reproduction the problem?
Probably related: https://github.com/json-editor/json-editor/issues/1158
@bassmanitram Could you post a simple example with the "Basic" object and a schema how the schema/data should be.