Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.472.2.35 -r1.472.2.36 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 12 Feb 2015 08:53:23 -0000 1.472.2.35 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 20 Feb 2015 10:51:05 -0000 1.472.2.36 @@ -3872,8 +3872,14 @@ } my map_categories $category_ids + # + # Handle now further database operations that should be saved in + # a transaction. Examples are calender-items defined in a + # FormPage, that should show up in the calender. + # # Problably, categories should also be moved into the # transaction queue. + # set queue ::__xowiki__transaction_queue([my item_id]) if {[info exists $queue]} { foreach cmd [set $queue] {