PUT_Factory equivalent for MKCOL?
13 Oct
2006
13 Oct
'06
11 a.m.
Hi All, Is there an equivalent to the PUT_Factory for MKCOL? cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
13 Oct
13 Oct
6:51 p.m.
New subject: [Zope] PUT_Factory equivalent for MKCOL?
Chris Withers wrote at 2006-10-13 12:00 +0100:
Is there an equivalent to the PUT_Factory for MKCOL?
Yes, as you can see in "webdav.NullResource.MKCOL": # Add hook for webdav/FTP MKCOL (Collector #2254) (needed for CMF) # parent.manage_addFolder(name) mkcol_handler = getattr(parent,'MKCOL_handler' ,parent.manage_addFolder) mkcol_handler(name) -- Dieter
7114
Age (days ago)
7114
Last active (days ago)
1 comments
2 participants
participants (2)
-
Chris Withers -
Dieter Maurer