Index: openacs-4/packages/xotcl-core/tcl/cr-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/cr-procs.tcl,v diff -u -r1.76.2.5 -r1.76.2.6 --- openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 15 Mar 2019 08:48:21 -0000 1.76.2.5 +++ openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 25 Mar 2019 11:33:31 -0000 1.76.2.6 @@ -961,8 +961,14 @@ $__slot in { "::xo::db::Object::slot::object_title" "::xo::db::Object::slot::creation_user" + "::xo::db::Object::slot::creation_date" "::xo::db::Object::slot::creation_ip" + "::xo::db::Object::slot::last_modified" + "::xo::db::Object::slot::modifying_user" + "::xo::db::Object::slot::modifying_ip" "::xo::db::Object::slot::package_id" + "::xo::db::Object::slot::context_id" + "::xo::db::Object::slot::security_inherit_p" "::xo::db::CrItem::slot::name" "::xo::db::CrItem::slot::publish_date" } @@ -1083,8 +1089,14 @@ $__slot in { "::xo::db::Object::slot::object_title" "::xo::db::Object::slot::creation_user" + "::xo::db::Object::slot::creation_date" "::xo::db::Object::slot::creation_ip" + "::xo::db::Object::slot::last_modified" + "::xo::db::Object::slot::modifying_user" + "::xo::db::Object::slot::modifying_ip" "::xo::db::Object::slot::package_id" + "::xo::db::Object::slot::context_id" + "::xo::db::Object::slot::security_inherit_p" "::xo::db::CrItem::slot::name" "::xo::db::CrItem::slot::publish_date" }