Salome HOME
Issue #2660: Update data model before save.
[modules/shaper.git] / src / CollectionPlugin / plugin-Collection.xml
index 215a6b60c80fed94227f2cabb2689fe866630b07..87d7d70efdf90a224f3a1c0a9cf65b6370f76c8e 100644 (file)
@@ -25,15 +25,19 @@ email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com
       <feature id="Group"
         title="Group"
         tooltip="Create named collection of geometry entities"
-        icon="icons/Collection/shape_group.png">
+        icon="icons/Collection/shape_group.png"
+        apply_continue="true"
+        helpfile="groupFeature.html">
         <source path="group_widget.xml"/>
       </feature>
 
       <feature id="Field"
         title="Field"
-        tooltip="Create create fields for selected shapes"
-        icon="icons/Collection/field.png">
-        <field-panel id="selected">
+        tooltip="Create fields for selected shapes"
+        icon="icons/Collection/field.png"
+        helpfile="fieldFeature.html">
+        <field-panel id="selected"
+          filter_points="false" >
           <validator id="GeomValidators_BodyShapes"/>
         </field-panel>
       </feature>