Hi,
The zope management interface has some robustness problems:
whenever you call manage_workspace (the normal way of managing a folder
through the HTML Zope management interface) on a folder X, and some
object y in that folder gives an error (fi, it has no title attribute, )
the whole folder becomes unmanageble. The only thing you can do at that
point is to manually delete the problematic object by typing:
http://..../X/manage_delObjects?ids=y
It seems to me that an object in a folder should not interfere with the
management of the folder (at least, you should be able to throw the
object out of the folder)
probably, a try/except or <dtml-try> in the right place fix this.
have fun,
Sloot.
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )
- Re: [Zope-dev] robustness in management interface. Romain Slootmaekers
- Re: [Zope-dev] robustness in management interfac... Jim Washington
- Re: [Zope-dev] robustness in management inte... Romain Slootmaekers
- Re: [Zope-dev] robustness in management inte... Adrian van den Dries
- Re: [Zope-dev] robustness in management ... Toby Dickenson
