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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
It suppose to tell our JS to invalidate all sections, but if you have declared sections for this action in other xml file, that will override it and only newly added section will be invalidated, so if you need to reload all sections on some action you should either just use `*` as section name or use empty action and ensure that they will not be overriden by any other rules, e.g. -
111
+
112
+
This tells Magento to invalidate all sections. But if you have declared sections for this action in another .xml file, it will override the initial sections and only newly added sections will be invalidated. If you need to reload all sections on some action, use `*` as section name or use an empty action and ensure that they will not be overriden by any other rules:
@@ -116,12 +119,6 @@ It suppose to tell our JS to invalidate all sections, but if you have declared s
116
119
</action>
117
120
</config>
118
121
```
119
-
Note: In future release action nodes without section name specification will be deprecated. and in case our SectionConfigConverter will recieve
120
-
```xml
121
-
<section name="*"/>
122
-
```
123
-
It will disregard any other rules
124
-
125
122
126
123
{:.bs-callout-warning}
127
124
Use only HTTP POST or PUT methods to change state (e.g., adding to a shopping cart, adding to a wishlist, etc.) and do not expect to see caching on these methods. Using GET or HEAD methods might trigger caching and prevent updates to private content. For more information about caching, see [RFC-2616 section 13](https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html){:target="_blank"}.
0 commit comments