Salome HOME
[bos #24514] [CEA] When creating a group, be able to select the sub-shapes of display...
[modules/shaper.git] / src / CollectionPlugin / group_widget.xml
index 6c304ade6eb852943c7dfe8d0ccbcaf2362ed787..b73c0bf4c176790f5f2e335e848c18243726370d 100644 (file)
@@ -6,11 +6,13 @@
   <multi_selector id="group_list"
     tooltip="Select a set of objects"
     shape_types="Vertices Edges Faces Solids"
+    allow_objects="Group"
     use_choice="true"
     use_filters="FiltersSelection"
     clear_in_neutral_point="false"
     filter_points="false"
     same_topology="true">
     <validator id="GeomValidators_BodyShapes"/>
-  </multi_selector>
+    <validator id="CollectionPlugin_GroupSelectionValidator"/>
+    </multi_selector>
 </source>
\ No newline at end of file