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.4.0.rst
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,11 +96,10 @@ Others
96
96
- **View:** Added optional 2nd parameter ``$saveData`` on ``renderSection()`` to prevent from auto cleans the data after displaying. See :ref:`View Layouts <creating-a-layout>` for details.
97
97
- **Auto Routing (Improved)**: Now you can route to Modules.
98
98
See :ref:`auto-routing-improved-module-routing` for details.
99
-
- **Auto Routing (Improved):** Now you can pass arguments to the the default
100
-
controller that is omitted in the URI.
101
-
See :ref:`controller-default-controller-fallback` for details.
102
-
- **Auto Routing (Improved):** Now you can use URI without a method name like
103
-
``product/15`` where ``15`` is an arbitrary number.
99
+
- **Auto Routing (Improved):** If a controller is found that corresponds to a URI
100
+
segment and that controller does not have a method defined for the URI segment,
101
+
the default method will now be executed. This addition allows for more flexible
102
+
handling of URIs in auto routing.
104
103
See :ref:`controller-default-method-fallback` for details.
105
104
- **Filters:** Now you can use Filter Arguments with :ref:`$filters property <filters-filters-filter-arguments>`.
106
105
- **Request:** Added ``IncomingRequest::setValidLocales()`` method to set valid locales.
0 commit comments