Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import routine strange behaviour #6

Open
dave12358 opened this issue Jun 16, 2018 · 1 comment
Open

import routine strange behaviour #6

dave12358 opened this issue Jun 16, 2018 · 1 comment

Comments

@dave12358
Copy link

hello,
when import an export package for the first time i get this output:

Import terminé pour : jea. [Biens trouvés : 1 - Biens ajoutés : 1 - Biens mis à jour : 0 - Biens supprimés : 0]

everything ok, properties are correctly created and creation date is right
then import over the same package a second time to get this:

Import terminé pour : jea. [Biens trouvés : 1 - Biens ajoutés : 0 - Biens mis à jour : 1 - Biens supprimés : 0]

properties are updated (it would not ...) and "created" field is set to 0000-00-00 00:00:00, "modified" is set to current date
also the update routine does not work any more

i took a look in models / interface.php but i can not find the problem.
any hint?
best regards
Dave

@dave12358
Copy link
Author

ok i was looking in wrong file, the right one is com_jea/gateways/import.php
added or $properties[$row->ref]->update == "1" at line 213 to force update
hope you can solve the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant