OpusCapita / filemanager

React based FileManager for browser ( + FS REST API for Node.js and Express)
https://demo.core.dev.opuscapita.com/filemanager/master/?currentComponentName=FileManager&maxContainerWidth=100%25&showSidebar=false
Apache License 2.0
566 stars 122 forks source link

Locale not passed to listViewLayout #261

Open SpringsTea opened 5 years ago

SpringsTea commented 5 years ago

The column names do not change when the locale is set in apiOptions

This can be reproduced in the demo by just changing the locale to de. The column names will stay in English, while everything else seems to be correct.

I went through my connector and can see viewLayoutOptions.locale is just always passed in as english regardless of the locale.