Project

General

Profile

« Previous | Next » 

Revision 7986670f

Added by Patrick Plitzner over 6 years ago

ref #6598 migrate/remove open handlers

View differences:

eu.etaxonomy.taxeditor.editor/plugin.xml
990 990
            </with>
991 991
         </activeWhen>
992 992
      </handler>
993
      <handler
994
            class="eu.etaxonomy.taxeditor.editor.view.derivate.handler.OpenDerivativeEditorForDescriptionElement"
995
            commandId="eu.etaxonomy.taxeditor.editor.openSpecimenEditor">
996
         <activeWhen>
997
            <with
998
                  variable="activePartId">
999
               <equals
1000
                     value="eu.etaxonomy.taxeditor.editor.view.descriptive">
1001
               </equals>
1002
            </with>
1003
         </activeWhen>
1004
      </handler>
1005
      <handler
1006
            class="eu.etaxonomy.taxeditor.editor.view.derivate.handler.OpenDerivativeEditorForTaxonNode"
1007
            commandId="eu.etaxonomy.taxeditor.editor.openSpecimenEditor">
1008
         <activeWhen>
1009
            <with
1010
                  variable="selection">
1011
               <reference
1012
                     definitionId="isTaxonNode">
1013
               </reference>
1014
            </with>
1015
         </activeWhen>
1016
      </handler>
1017
      <handler
1018
            class="eu.etaxonomy.taxeditor.editor.view.derivate.handler.OpenDerivativeEditorForSpecimenOrOBservationBase"
1019
            commandId="eu.etaxonomy.taxeditor.editor.openSpecimenEditor">
1020
         <activeWhen>
1021
            <with
1022
                  variable="activePartId">
1023
               <equals
1024
                     value="bulkeditor.editor">
1025
               </equals>
1026
            </with>
1027
         </activeWhen>
1028
      </handler>
1029
      <handler
1030
            class="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler"
1031
            commandId="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistViewHandler">
1032
         <activeWhen>
1033
            <and>
1034
               <reference
1035
                     definitionId="isChecklistEditorEnabled">
1036
               </reference>
1037
              <reference
1038
                       definitionId="isTaxonNode">
1039
              </reference>
1040
            </and>
1041
         </activeWhen>
1042
      </handler>
1043 993
      <handler
1044 994
            class="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.RefreshNodeNumberingHandler"
1045 995
            commandId="eu.etaxonomy.taxeditor.key.polytomous.command.refresh">
......
1071 1021
            id="eu.etaxonomy.taxeditor.editor.name.moveTaxon"
1072 1022
            name="Move Taxon">
1073 1023
      </command>-->
1074
      <command
1075
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1076
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.SetBasionymHandler"
1077
            id="eu.etaxonomy.taxeditor.editor.name.setBasionym"
1078
            name="%command.name.7">
1079
      </command>
1080
      <command
1081
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1082
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.RemoveBasionymHandler"
1083
            id="eu.etaxonomy.taxeditor.editor.name.removeBasionym"
1084
            name="%command.name.8">
1085
      </command>
1086 1024
     <!-- <command
1087 1025
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1088 1026
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeAcceptedTaxonToSynonymHandler"
......
1224 1162
            id="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations"
1225 1163
            name="%command.name.41">
1226 1164
      </command>
1227
      <command
1228
            id="eu.etaxonomy.taxeditor.editor.openTaxonEditorForTaxon"
1229
            name="%command.name.42">
1230
         <commandParameter
1231
               id="eu.etaxonomy.taxeditor.editor.openTaxonEditorForTaxon.uuid"
1232
               name="%commandParameter.name"
1233
               optional="false"
1234
               typeId="eu.etaxonomy.taxeditor.uuidParameterType">
1235
         </commandParameter>
1236
      </command>
1237
      <command
1238
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.defaultHandler.DefaultOpenTaxonEditorForTaxonNodeHandler"
1239
            id="eu.etaxonomy.taxeditor.editor.openTaxonEditorForTaxonNode"
1240
            name="%command.name.OPEN_NAME_EDITOR_FOR_TAXON_NODE">
1241
         <commandParameter
1242
               id="eu.etaxonomy.taxeditor.editor.openTaxonEditorForTaxonNode.uuid"
1243
               name="taxon node uuid"
1244
               optional="true"
1245
               typeId="eu.etaxonomy.taxeditor.uuidParameterType">
1246
         </commandParameter>
1247
      </command>
1248 1165
       
1249 1166
      <command
1250 1167
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenDerivateViewHandler"
......
1262 1179
            id="eu.etaxonomy.taxeditor.editor.openSpecimenEditorFromMenu"
1263 1180
            name="%command.name.OPEN_DERIVATIVE_EDITOR">
1264 1181
      </command>
1265
      <command
1266
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.defaultHandler.DefaultOpenSpecimenEditorForTypeSpecimenHandler"
1267
            id="eu.etaxonomy.taxeditor.openSpecimenEditorForTypeSpecimen"
1268
            name="%command.name.OPEN_EDITOR_FOR_TYPE_SPECIMEN">
1269
      </command>
1270 1182
        
1271 1183
   </extension>
1272 1184
   <extension

Also available in: Unified diff