Salome HOME
avoid code duplication, move common tests to tests.py
[modules/shaper.git] / src / CollectionPlugin / group_substraction_widget.xml
index 21e692192b65b90161388c2bf87662ce6894170f..924e4a63159d1037fdb0c3611c4b819a80c37ba0 100644 (file)
@@ -6,13 +6,15 @@
   <multi_selector id="group_list"
                   label="Main groups:"
                   tooltip="Select a set of groups"
-                  type_choice="objects">
+                  shape_types="objects"
+                  allow_objects="Group">
     <validator id="CollectionPlugin_OperationAttribute" parameters="tools_list"/>
   </multi_selector>
   <multi_selector id="tools_list"
                   label="Tool groups:"
                   tooltip="Select a set of groups"
-                  type_choice="objects">
+                  shape_types="objects"
+                  allow_objects="Group">
     <validator id="CollectionPlugin_OperationAttribute" parameters="group_list"/>
   </multi_selector>
 </source>