Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
In our order forms a link can be created to set things such is the package group an pricing ID (e.g. order/config/index/wizard/?group_id=10&pricing_id=7). In addition wizard order forms let you include service fields in the url (e.g. order/config/index/wizard/?group_id=10&pricing_id=7&domain=exampledomain.com). The same kind of urls should work for ajax forms.
The problem is that in ajax forms the main page is loaded, and then the service fields are loaded via ajax. This step of obfuscation makes it so that only the pricing and group id are passed to Config::index() while the wizard form passes all get parameters to it.