Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.542.2.89 -r1.542.2.90 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 28 Sep 2020 18:24:29 -0000 1.542.2.89 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 7 Oct 2020 10:09:42 -0000 1.542.2.90 @@ -1754,7 +1754,7 @@ } # - # context handling + # Resolve context handling. # Page instproc set_resolve_context {-package_id:required -parent_id:required -item_id} { # @@ -2320,7 +2320,11 @@ return [list name $name lang $lang normalized_name $normalized_name anchor $anchor query $query] } + # + # Forwarder to the Package instance object + # Page instforward item_ref {%my package_id} %proc + Page instforward get_ids_for_bulk_actions {%my package_id} %proc Page ad_instproc pretty_link { {-anchor ""} @@ -3902,7 +3906,7 @@ foreach {_ _ v} [regexp -inline -all [template::adp_variable_regexp] $content] { lappend result $v "" } - + return $result }