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.
The inherited implementation of
manage_DAVget
inwebdav.Resource.Resource
returns the results of a call toPrincipiaSearchSource
. This is incorrect for ZSQL methods.Override
manage_DAVget
to return the results of a call todocument_src
, which will correctly render the specially formatted tags at the top that describe the parameters, bindings and the title.