Hi, I am trying to Initialize the Hybris system from HAC with all drop-down options as true (default value). now when I select Sample data under initial data as NO, it still creates the sample data for the store. while same thing is working in case of system update from admin console. Overall , can say, dropdown selection from admin console while doing initialization, is Not working. Please suggest if this functionality is feasible in case initialization from HAC or not.
Hybris version used : 6.2.x Also while doing code debug, found that context.getParameter(context.getExtensionName() + "_" + key); insidegetBooleanSystemSetupParameter method of AbstractSystemSetup class is returning null for init process, hence going for default setting in code (true). INIT admin console values not getting set in context for initialization process.