[Zope] ExternalEditor and refresh ?
Dieter Maurer
dieter@handshake.de
Sat, 18 Jan 2003 23:18:53 +0100
Joachim Schmitz wrote at 2003-1-18 15:38 +0100:
> I wanted to play around a little bit with ExternalEditor, and enabled
> refresh for the product, but after refreshing it once without having made
> any changes, I get this Error when clicking on any folder:
>
> Error Type: AttributeError
> Error Value: 'None' object has no attribute 'aq_base'
Some products cannot be refreshed easily.
When a product is refreshed, references other products have to
the refreshed one can become invalid (turn into "None"; I do not
understand why; search the mailing list archive for "refresh and None";
Shane explains the problem).
You must refresh these other products, too.
Dieter