We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f99905 commit d71e5a2Copy full SHA for d71e5a2
1 file changed
user_guide_src/source/changelogs/v4.6.4.rst
@@ -45,6 +45,7 @@ Bugs Fixed
45
- **Model:** Fixed a bug in ``Model::replace()`` where ``created_at`` field (when available) wasn't set correctly.
46
- **Model:** Fixed a bug in ``Model::insertBatch()`` and ``Model::updateBatch()`` where casts were not applied to inserted or updated values.
47
- **Toolbar:** Fixed bugs in ``Collectors\Logs`` that were preventing the "Logs" tab from appearing on the Debug Toolbar.
48
+- **Toolbar:** Fixed a bug in the ``toolbar.js`` file, which caused "Uncaught TypeError" for some scenarios.
49
- **Validation:** Fixed a bug in the ``FormatRules::valid_base64()`` validation rule that caused a TypeError when checking invalid base64 strings.
50
51
See the repo's
0 commit comments