Revision 1b6fc97e
Added by Patrick Plitzner about 7 years ago
eu.etaxonomy.taxeditor.navigation/plugin.xml | ||
---|---|---|
134 | 134 |
</reference> |
135 | 135 |
</visibleWhen> |
136 | 136 |
</menu> |
137 |
<command |
|
138 |
commandId="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistViewHandler" |
|
139 |
icon="icons/check.png" |
|
140 |
label="%command.label.4" |
|
141 |
style="push"> |
|
142 |
<visibleWhen |
|
143 |
checkEnabled="true"> |
|
144 |
<and> |
|
145 |
<reference |
|
146 |
definitionId="isChecklistEditorEnabled"> |
|
147 |
</reference> |
|
148 |
<or> |
|
149 |
<reference |
|
150 |
definitionId="isClassification"> |
|
151 |
</reference> |
|
152 |
<reference |
|
153 |
definitionId="isTaxonNode"> |
|
154 |
</reference> |
|
155 |
</or> |
|
156 |
</and> |
|
157 |
</visibleWhen> |
|
158 |
</command> |
|
159 | 137 |
<command |
160 | 138 |
commandId="eu.etaxonomy.taxeditor.navigation.navigator.handler.OpenFixClassificationHierarchyHandler" |
161 | 139 |
label="%command.label.fixClassificationHierarchy" |
Also available in: Unified diff
fix #5988 Add Checklist Editor to generic "Open in..." menu