mihau1
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'])) {```   To fix this i've updated database record...
 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:  But...
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...