Symptom
When doing Initialization or Update process in hAC, if the checkbox "Toggle All" is checked, all the parameters in below extensions are checked as well.
It is supposed to send all these parameters back to
de.hybris.platform.core.Initialization.doInitializeImpl(JspContext) |
It contains the jobs to create essential data and project data by using all those parameters which are checked from hAC.
But the issue is that, when "Toggle All" is checked, all these parameters cannot be found from request.getParameterMap()
Therefore, in both
de.hybris.platform.core.Initialization.createEssentialData(JspContext) |
and
de.hybris.platform.core.Initialization.createProjectData(JspContext, boolean) |
all the parameters are failed to be found.
The behaviour can be caught from the front-end, when you debug the browser data, as below screenshot:
when "Toggle All" is checked, the input parameters are not seen from debug window.
Read more...
Environment
All Versions of hybris Product
Product
Keywords
project data, Toggle All , KBA , CEC-SCC-PLA-PL , Platform , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.