You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Suggested solution for issue #887
Replacing `$FIELD_NAME$` before `fill_template_with_field_data_locale()` otherwise also
`$FIELD_NAME$` get replaced with `@lang('models/$modelName.fields.$value')`
and so we don't have `$FIELD_NAME$` in `table_header_locale.stub`.
@see issue #887
We could need 'raw' field name in header for example for sorting.
We still have $FIELD_NAME_TITLE$ replaced with @lang('models/$modelName.fields.$value')
* Update ViewGenerator.php
* Fix comments
* Update ViewGenerator.php
* Update ViewGenerator.php
* Finally last I hope
0 commit comments