zopefoundation / Products.ZSQLMethods

SQL method support for Zope.
Other
3 stars 14 forks source link

Fix WebDAV support #22

Closed dataflake closed 4 years ago

dataflake commented 4 years ago

The inherited implementation of manage_DAVget in webdav.Resource.Resource returns the results of a call to PrincipiaSearchSource. This is incorrect for ZSQL methods.

Override manage_DAVget to return the results of a call to document_src, which will correctly render the specially formatted tags at the top that describe the parameters, bindings and the title.