Jump to content

Import -> Load a data matching configuration not working


PetFine

Recommended Posts

hi,

 

Im using PS 8.1.0 and PHP 7.3

 

When im importing a CSV file i cannot load a custom data matching configuration which i have previously saved. Does anyone know how to fix this?

I have tried to change import.js at js/admin/ at line 78

from

$('#type_value\\['+i+'\\]').val(matchs[i]).attr('selected',true);

to

$('#type_value\\['+i+'\\]').val(matchs[i]).attr('selected',true).trigger("chosen:updated");

but still doesnt work for me.

image.thumb.png.bc6a5995d0314ffe9e9c533d8e4ec85a.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...