mihau1

Results 5 issues of mihau1

If we are on some page the selected-current-link in menu should have "selected" class but it doesn't work ``` $this->Menus->menu('main', [ 'dropdown' => true, 'selected' => 'selected', 'dropdownClass' => 'navbar-nav...

PluginManger overwrites default timezone ``` $timezone = Configure::read('Site.timezone'); if (!$timezone) { $timezone = 'UTC'; } date_default_timezone_set($timezone); ``` It cannot reach Configure::read in this way.

Site Settings - cannot see list of timezones like in user edit, Setting Entity didn't hit if statement: ```if (!empty($this->params['optionClass'])) {``` ![image](https://user-images.githubusercontent.com/8734921/103347158-801f0b00-4a96-11eb-9110-0952a63ff585.png) ![image](https://user-images.githubusercontent.com/8734921/103347229-b5c3f400-4a96-11eb-8c08-a45ed99f53a9.png) To fix this i've updated database record...

Defect

![image](https://user-images.githubusercontent.com/8734921/99660977-7223a680-2a63-11eb-84c3-32694656a3f9.png) In database i have wrong slashes in attachments path: /assets/37\53\75/b7134bcfc363edeec62b097f10629c38679044d6.resized-100x57.jpg and when i try to use attachment in some node there is a problem with wrong path: ![image](https://user-images.githubusercontent.com/8734921/99661115-a8f9bc80-2a63-11eb-8465-f7aff3becd18.png) But...

Defect

Tested on 4.0.6 and 4.07. I've received multiple problems in console from admin.js First tab not always opening (screen below) and there is no tootltips. It is quite strange, because...