Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / CollectionPlugin / plugin-Collection.xml
index fcab1b9401197641ba1aef1868535b7e39af110d..4adfdf2184c477afe35492945954b6494b048e15 100644 (file)
@@ -27,7 +27,7 @@ email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com
         tooltip="Create named collection of geometry entities"
         icon="icons/Collection/shape_group.png"
         apply_continue="true"
-        helpfile="CollectionPlugin/groupFeature.html">
+        helpfile="groupFeature.html">
         <source path="group_widget.xml"/>
       </feature>
 
@@ -35,11 +35,12 @@ email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com
         title="Field"
         tooltip="Create fields for selected shapes"
         icon="icons/Collection/field.png"
-        helpfile="CollectionPlugin/fieldFeature.html">
+        helpfile="fieldFeature.html">
         <field-panel id="selected"
           filter_points="false" >
           <validator id="GeomValidators_BodyShapes"/>
         </field-panel>
+        <validator id="CollectionPlugin_FieldValidator"/>
       </feature>
     </group>
   </workbench>