-
Notifications
You must be signed in to change notification settings - Fork 17
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
TV Values don't Update #48
Comments
Been trying to track down this bug, seems like the place to look is startimport.php line 49 (where $modx->runProcessor is called for either create or update) and passes in a line element, created by csv.php |
Verified that on update the $lines Array returned by prepareCsv->prepareCsv() contains the correct updated TV Values and that what is being passed to $modx->runProcessor in startimport.php is correct (updated TV value). For some reason the update processor isn't saving those TV values |
Possibly related MODX bug: |
Any know fix/hack for this? |
+1. This is an important feature to be able to update tvs in bulk. Any progress or workarounds for this? |
Did the patch in #50 (i.e. v1.1.1) not do the trick? That's the only known "fix/hack" I know off, but if that doesn't work there's probably no other way to fix this other than a big refactor to stop reusing the core processors. |
Thanks Mark. All the best. On 10/10/2014 01:36 AM, Mark Hamstra wrote:
|
When set to update mode tv values do not get updated.
Steps to reproduce on a fresh MODX install with ImportX installed (assumes a tv id of 1)
pagetitle;alias;isfolder;tv1
Analysing;analysing;1;importxtest
id;pagetitle;alias;isfolder;tv1
2;Analysing2;analysing;1;importxtest2
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: