Index: openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl,v diff -u -N -r1.93.2.17 -r1.93.2.18 --- openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 25 May 2020 18:55:05 -0000 1.93.2.17 +++ openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 15 Jun 2020 14:29:22 -0000 1.93.2.18 @@ -1047,7 +1047,14 @@ $slot copy $newSlot $newSlot configure -domain [self] -manager $newSlot -create_acs_attribute false -create_table_attribute false {*}$config - $newSlot domain [$slot domain] + # + # When the following line is not commented, then + # "update_attribute_from_slot" works for "title", "description" + # etc. But then the accessor methods (for "title", "description") + # are NOT registered for the classes. This needs some work. + # + #$newSlot domain [$slot domain] + # set :db_slot($name) $newSlot }