Closed JiLiZART closed 8 years ago
In our project, we use complex input names like Model[fieldName]. Old method realisation fails with that complex names.
Model[fieldName]
Looks good for me ;) cc @zxqfox
PR's like a wine, with age, becomes only better.
👍
Let's merge!
Does this need backport to 2.0?
@JiLiZART yes, if it easy to do
In our project, we use complex input names like
Model[fieldName]
. Old method realisation fails with that complex names.