Index: openacs-4/packages/xotcl-core/www/show-object.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/www/show-object.tcl,v diff -u -r1.32 -r1.33 --- openacs-4/packages/xotcl-core/www/show-object.tcl 17 Oct 2024 13:01:52 -0000 1.32 +++ openacs-4/packages/xotcl-core/www/show-object.tcl 22 Oct 2024 08:48:14 -0000 1.33 @@ -102,6 +102,9 @@ $proc_index] set result $documentation } else { + # + # We have no enty in api_proc_doc; provide minimal info + # if {$show_methods > 1} { set result "

$method ($proc_type)

\n" append result [::xo::api debug_widget [list {*}$scope $object $kind $method]]