Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.284.2.248 -r1.284.2.249 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 8 May 2024 09:00:33 -0000 1.284.2.248 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 8 May 2024 12:31:49 -0000 1.284.2.249 @@ -4201,6 +4201,12 @@ set inline_p [expr {${:displayMode} in {"inplace" "inline"} ? true : false}] lappend config inline $inline_p + # + # Inject a reference to the current object, useful e.g. for + # plugins to know where to point to. + # + lappend config object_id [${:object} item_id] + set config [dict merge \ [list language [ad_conn language]] \ $default_config \