Index: openacs-4/packages/xowiki/tcl/menu-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/menu-procs.tcl,v diff -u -N -r1.19.2.10 -r1.19.2.11 --- openacs-4/packages/xowiki/tcl/menu-procs.tcl 26 Aug 2020 18:33:11 -0000 1.19.2.10 +++ openacs-4/packages/xowiki/tcl/menu-procs.tcl 25 Oct 2020 18:25:01 -0000 1.19.2.11 @@ -519,6 +519,9 @@ :log "Warning: no link specified" set link "" } + if {[dict exists $properties -disabled] && [dict get $properties -disabled]} { + set link "" + } set item [list url $link] if {[dict exists $properties -label]} { lappend item label [dict get $properties -label]