You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/changelogs/v4.5.6.rst
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,12 @@ Deprecations
29
29
**********
30
30
Bugs Fixed
31
31
**********
32
-
- **FeatureTestTrait:** Allows `#call` and `#post` to process JSON lists. It failed because `RequestTrait#fetchGlobal` expected the second parameter ($index) to be an associative array.
33
-
34
-
- **RequestTrait:** Allows to get a value by a numeric key if the data is stored as a list and not an associative array.
32
+
- **RequestTrait:** Fixed a bug where the ``fetchGlobal()`` method did not allow handling data by numeric key when stored as a list.
35
33
36
34
- **Session Library:** The session initialization debug message now uses the correct log type "debug" instead of "info".
37
35
38
36
- **Validation:** Fixed the `getValidated()` method that did not return valid data when validation rules used multiple asterisks.
37
+
39
38
- **Database:** Fixed the case insensitivity option in the ``like()`` method when dealing with accented characters.
40
39
41
40
- **Parser:** Fixed bug that caused equal key names to be replaced by the key name defined first.
0 commit comments