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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@ 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.
35
+
32
36
- **Session Library:** The session initialization debug message now uses the correct log type "debug" instead of "info".
33
37
34
38
- **Validation:** Fixed the `getValidated()` method that did not return valid data when validation rules used multiple asterisks.
0 commit comments