As it turns out the data is stored in the issue objects. When I moved the whole Collector over to another Ploine instance, for some reason I lost the assigned_to and status fields. Luckily, there weren't too many issues. I just had the people login and re-assign their issues back to themselves. Not the best solution, but it worked. charlie ----- Original Message ----- From: "Dieter Maurer" <dieter@handshake.de> To: "Charlie Jones" <charlie.jones@cadence-technologies.com> Cc: <zope@zope.org> Sent: Tuesday, July 08, 2003 1:58 PM Subject: Re: [Zope] ZCatalog: Editing Metadata Key Values....
Charlie Jones wrote at 2003-7-7 15:04 -0400:
I am in the process of moving a CMFCollectorNG instance from one Plone portal to another. While copying the CollectorNG folder and re-indexing the catalog gets things running, there is a problem with the catalog. It seems that the Issue data is stored as Metadata key/value pairs.
That is very unlikely!
The fact that you see values in the catalog's "MetaData" means that the catalogued objects have methods with the name of the column that produced the value.
By the way:
When you would include "CMFCollectorNG" in the "Subject", you would have a chance that the "CMFCollectorNG" author (Andreas Jung) would respond ;-)
During the re-index, that information is lost. I am assuming that the it is placed there via a form submission. But for the life of me I can't figure out how.
That's not how the catalog (and its "MetaData") work...
Dieter