Index: openacs-4/packages/acs-admin/www/users/one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/users/one.tcl,v diff -u -N -r1.20.2.6 -r1.20.2.7 --- openacs-4/packages/acs-admin/www/users/one.tcl 18 Nov 2020 19:22:52 -0000 1.20.2.6 +++ openacs-4/packages/acs-admin/www/users/one.tcl 17 Jan 2021 20:59:30 -0000 1.20.2.7 @@ -58,6 +58,11 @@ set modify_admin_url [export_vars -base modify-admin-privileges {user_id:sign(max_age=60) {action:sign grant}}] } +set notifications_mount_url [site_node::get_package_url -package_key notifications] +set notifications_mounted_p [expr {$notifications_mount_url ne ""}] +if {$notifications_mounted_p} { + set notifications_manage_url [export_vars -base $notifications_mount_url/manage {user_id}] +} set context [list [list "./" "Users"] "One User"]