cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

on update in HAC the impex data from cms-content.impex is not loaded and only the impex data from cms-responsive-content.impex is loaded

Former Member
0 Likes
581

Hybris v 6.7

on update in HAC the impex data from cms-content.impex is not loaded and only the impex data from cms-responsive-content.impex is loaded. If i delete the cms-responsive-content.impex only then the impex data is loaded from cms-content.impex.

Accepted Solutions (0)

Answers (2)

Answers (2)

swapnil23
Explorer
0 Likes

We have recently upgraded hybris to 6.7...As a temporary fix we have added below configuration in local.properties file

commerceservices.default.desktop.ui.experience = false

Former Member
0 Likes

Hello,

You could override CoreDataImportService and SampleDataImportService to change that behaviour.

Regards