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-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,10 @@ Others
88
88
the ``Content-Disposition: inline`` header to display the file in the browser.
89
89
See :ref:`open-file-in-browser` for details.
90
90
- **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.
91
-
- **Auto Routing (Improved)**: Now you can use URI without a method name like
91
+
- **Auto Routing (Improved):** Now you can pass arguments to the the default
92
+
controller that is omitted in the URI.
93
+
See :ref:`controller-default-controller-fallback` for details.
94
+
- **Auto Routing (Improved):** Now you can use URI without a method name like
92
95
``product/15`` where ``15`` is an arbitrary number.
93
96
See :ref:`controller-default-method-fallback` for details.
94
97
- **Filters:** Now you can use Filter Arguments with :ref:`$filters property <filters-filters-filter-arguments>`.
0 commit comments