Closed (fixed)
Project:
e-Commerce
Version:
6.x-4.x-dev
Component:
ec_store
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2009 at 22:50 UTC
Updated:
2 Jul 2009 at 03:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
darren ohI figured out what most of the actions were supposed to be, but one was number 4, which means it is a saved action rather than a hard-coded action. The number of a saved action is unpredictable, so I don't know what this is supposed to be. I was unable to determine what the md5 summary of another action was derived from.
Comment #2
gordon commentedThis whole system is crap anyway of using the md5's into the default views. but adding the md5() the views means that you can't export the views to do the updates.
Comment #3
darren ohThe attached patch will work once the VBO bug in issue 490034 has been fixed.
Comment #4
gordon commentedActually there should not need to be a patch to ec, except a task to re-export the views to have the actions exported in the new format once VBO is patched.
Gordon.
Comment #5
darren ohFixed in CVS commit 225986.
Comment #6
gordon commentedDoes this rely on changes from VBO to work?
Also we should not have to do anything as it the bulk export should handle all this. The new format of the actions which is stored in the default view should be reflected in the export of the view.
Comment #7
darren ohThe changes to VBO have already been committed. My only change to the exported views was to add translated strings.