xowiki::Package instproc www-manage-categories (public)

 <instance of xowiki::Package[i]> www-manage-categories

Defined in /var/www/openacs.org/packages/xowiki/tcl/package-procs.tcl

This web-callable method redirects the caller to the category admin page configured for the current package. The "object_id" has to be provided as a query parameter.

Testcases:
No testcase defined.
Source code:
set object_id [:query_parameter object_id:int32]

# flush could be made more precise in the future
:flush_page_fragment_cache -scope agg

set href [export_vars  -base [site_node::get_package_url -package_key categories]cadmin/object-map {
                {ctx_id $object_id} object_id
              }]
:returnredirect $href
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: