Added
- Added
title
to sidebar toggle - Added missing polish translation for
Toggle Navigation
- Added new JS function in Admin.js, which handle the control of a tabs and change address in URL query string when you change tab.
- Added a condition in the
getFieldGetterKey
in order remove the new warning produced by PHP7.2.
Changed
- Escaped admin code in autocomplete
Controller\CoreController
is now deprecated in favor ofAction\{Search,Dasbhoard}Action
- Added table-hover class to the table
- Changed ID's and added class name to tabs elements in edit view and show view, so we can control the address.
- Default load order of
assets.javascripts
atConfiguration::getConfigTreeBuilder()
Fixed
- Warning "Parameter must be an array or an object that implements Countable" for count(null) in php 7.2
- Fixed issue with
appendFormFieldElementAction
andretrieveFormFieldElementAction
using ModelManager insteadgetObject
admin class method - Menu item security was expected to be checked affirmatively rather than unanimously
- Fixed choice field mask initial display when field value is empty
- Added missing russian translation for
Toggle Navigation
- ECMAScript error
jquery.js:250 Uncaught Error: cannot call methods on button prior to initialization;
while trying to use$.fn.button()
(ref: twbs/bootstrap#6094)