Revision dd7f77fb
Added by Patrick Plitzner over 6 years ago
eu.etaxonomy.taxeditor.application/plugin.xml | ||
---|---|---|
152 | 152 |
commandId="org.eclipse.ui.file.import" |
153 | 153 |
label="%command.label.3" |
154 | 154 |
style="push"> |
155 |
<visibleWhen |
|
156 |
checkEnabled="true"> |
|
157 |
<reference |
|
158 |
definitionId="isCdmStoreConnected"> |
|
159 |
</reference> |
|
160 |
</visibleWhen> |
|
155 | 161 |
</command> |
156 | 162 |
<command |
157 | 163 |
commandId="org.eclipse.ui.file.export" |
158 | 164 |
label="%command.label.4" |
159 | 165 |
style="push"> |
166 |
<visibleWhen |
|
167 |
checkEnabled="true"> |
|
168 |
<reference |
|
169 |
definitionId="isCdmStoreConnected"> |
|
170 |
</reference> |
|
171 |
</visibleWhen> |
|
160 | 172 |
</command> |
161 | 173 |
<separator |
162 | 174 |
name="eu.etaxonomy.taxeditor.application.filemenu.io" |
Also available in: Unified diff
Disable menu items when not connected to CDM store (#4901)