Index: openacs-4/packages/acs-subsite/www/admin/group-types/one-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/group-types/one-oracle.xql,v diff -u -r1.4 -r1.4.2.1 --- openacs-4/packages/acs-subsite/www/admin/group-types/one-oracle.xql 22 Nov 2017 14:57:42 -0000 1.4 +++ openacs-4/packages/acs-subsite/www/admin/group-types/one-oracle.xql 7 Jan 2020 16:54:23 -0000 1.4.2.1 @@ -24,23 +24,4 @@ - - - - - select a.attribute_id, a.pretty_name, - a.ancestor_type, t.pretty_name as ancestor_pretty_name - from acs_object_type_attributes a, - (select t.object_type, t.pretty_name, level as type_level - from acs_object_types t - start with t.object_type='group' - connect by prior t.object_type = t.supertype) t - where a.object_type = :group_type - and t.object_type = a.ancestor_type - order by type_level - - - - -