[Zope3-dev] Contents View of Folder broken
Marius Gedminas
mgedmin@codeworks.lt
Thu, 14 Nov 2002 11:15:43 +0200
On Wed, Nov 13, 2002 at 09:49:13PM -0500, Stephan Richter wrote:
> just wanted to let you know that I cannot even see the contents of a Folder
> right now, since the contents View is broken...
Could you be more specific? The latest CVS seems to work for me just
fine, but yesterday I accidentally created an object (a Service
directive) with no ID (just forgot to type anyting in the input box),
and that broke Folder views for me. It looks like Service Directive
and Module adding views do not check for the presence of an ID. All the
other ones I could find do.
Marius Gedminas
--
Eagleson's Law:
Any code of your own that you haven't looked at for six or more
months, might as well have been written by someone else. (Eagleson
is an optimist, the real number is more like three weeks.)