Index: openacs-4/packages/acs-subsite/www/permissions/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/permissions/index.adp,v diff -u -r1.7.2.1 -r1.7.2.2 --- openacs-4/packages/acs-subsite/www/permissions/index.adp 18 Jan 2017 08:05:59 -0000 1.7.2.1 +++ openacs-4/packages/acs-subsite/www/permissions/index.adp 5 Apr 2017 16:47:47 -0000 1.7.2.2 @@ -8,7 +8,12 @@
  • #acs-subsite.UP# - + @objects.name@ @objects.object_type@ #acs-subsite.permissions#
  • + + + @objects.name@ + @objects.object_type@ + @objects.url;noi18n@: + + #acs-subsite.permissions#
    Index: openacs-4/packages/acs-subsite/www/permissions/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/permissions/index.tcl,v diff -u -r1.4.2.2 -r1.4.2.3 --- openacs-4/packages/acs-subsite/www/permissions/index.tcl 28 Oct 2015 09:38:39 -0000 1.4.2.2 +++ openacs-4/packages/acs-subsite/www/permissions/index.tcl 5 Apr 2017 16:47:47 -0000 1.4.2.3 @@ -16,11 +16,17 @@ set context "Permissions" -if {(![info exists root] || $root eq "")} { +if {![info exists root] || $root eq ""} { set root [ad_conn package_id] } db_multirow objects adminable_objects {} +template::multirow extend objects url +template::multirow foreach objects { + if {$object_type eq "apm_package"} { + set url [ site_node::get_url_from_object_id -object_id $object_id] + } +} set security_context_root [acs_magic_object security_context_root] set default_context [acs_magic_object default_context]