Index: openacs-4/packages/static-portlet/www/element.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/www/element.tcl,v diff -u -r1.23.2.1 -r1.23.2.2 --- openacs-4/packages/static-portlet/www/element.tcl 14 Feb 2019 16:15:01 -0000 1.23.2.1 +++ openacs-4/packages/static-portlet/www/element.tcl 18 Oct 2022 08:47:43 -0000 1.23.2.2 @@ -20,10 +20,10 @@ @author arjun (arjun@openforce) @cvs-id $Id$ } -query { - {content_id:naturalnum,optional ""} - referer:notnull - portal_id:naturalnum,notnull - {package_id:integer ""} + {content_id:object_type(static_portal_content),optional ""} + referer:localurl,notnull + portal_id:object_type(portal),notnull + {package_id:object_id ""} } -properties { title:onevalue }