[Zope] ZCatalog: Editing Metadata Key Values....
Charlie Jones
Charlie Jones" <charlie.jones@cadence-technologies.com
Tue, 8 Jul 2003 15:51:36 -0400
I queried each issue object with the following code from within the
Collector folder:
<dtml-in "objectValues('CMF CollectorNG Issue')">
Title = <dtml-var title_or_id>
Submitter = <dtml-var submitter_id>
Assigned = <dtml-var assigned_to>
ID = <dtml-var id>
Topic = <dtml-var topic>
Status = <dtml-var status>
Progress = <dtml-var progress>
-------
</dtml-in>
assigned_to and status were blank for every object. Updating the
collector_catalog did not seem to make a difference.
----- Original Message -----
From: "Andreas Jung" <andreas@andreas-jung.com>
To: "Charlie Jones" <charlie.jones@cadence-technologies.com>; "Dieter
Maurer" <dieter@handshake.de>
Cc: <zope@zope.org>
Sent: Tuesday, July 08, 2003 3:27 PM
Subject: Re: [Zope] ZCatalog: Editing Metadata Key Values....
>
>
> --On Dienstag, 8. Juli 2003 15:16 Uhr -0400 Charlie Jones
> <charlie.jones@cadence-technologies.com> wrote:
>
> > 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.
>
> There is really no issue with the issue instances. It is more likely that
> your
> catalog instances are not consistent.
>
> -aj
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )
>