Index: openacs-4/packages/acs-core-docs/www/subsites.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/subsites.adp,v diff -u -N -r1.4.2.1 -r1.4.2.2 --- openacs-4/packages/acs-core-docs/www/subsites.adp 2 Mar 2019 19:30:06 -0000 1.4.2.1 +++ openacs-4/packages/acs-core-docs/www/subsites.adp 27 Jun 2019 18:22:22 -0000 1.4.2.2 @@ -80,7 +80,7 @@ set context_bar [ad_context_bar "Edit Note"] } else { - permission::require_permission -object_id $note_id -privilege create + permission::require_permission -object_id $package_id -privilege create set context_bar [ad_context_bar "New Note"] } @@ -242,8 +242,8 @@ that appears to provide each user in a system with their own private notes database.

We also saw how to use the templating system's forms API in a simple way, to create forms based pages with minimal duplication -of code.

($‌Id: subsites.xml,v 1.10 2017/08/07 23:47:54 -gustafn Exp $)
+of code.

($‌Id: subsites.xml,v 1.10.2.1 2019/06/27 +18:15:11 gustafn Exp $)