Dmytry

Results 3 issues of Dmytry

### What steps will reproduce the problem? ```php $query = Product::find()->where(['id' => 1]); $query2 = Product::find()->where(['id' => 2]); $query-> union($query2); $provider = new ActiveDataProvider([ 'query' => $query, 'pagination' => [...

**Bug Description:** The user interface defaults to Chinese, and there is no visible option to switch the language to English. In Chrome Chinese, but in Firefox English. **Steps to Reproduce:**...

### What steps will reproduce the problem? ```php $query = Product::find()->where(['id' => 1]); $query2 = Product::find()->where(['id' => 2]); $query-> union($query2); $provider = new ActiveDataProvider([ 'query' => $query, 'pagination' => [...