[Zope] External Methods, reloading and Versions
Chris Withers
chrisw@nipltd.com
Thu, 14 Sep 2000 11:52:59 +0100
Riku Voipio wrote:
> How do you reolad an external method that has changed?
You shouldn't need to do anything, or so I was told...
In practice, you can either:
- wait a few minutes until the external method object gets flushed out
of the cache
- Hit the 'Edit' button for the external method.
> (versions are rather cool, now I can develop on the production
> server safely).
Versions and external methods interact very badly :-(
Don't try editing and external method in a version.
cheers,
Chris