Project

General

Profile

feature request #4155

Updated by Andreas Müller over 6 years ago

see http://wiki.eclipse.org/Platform_Command_Framework#Executing_a_command_with_parameters 


 


 1. the handler will be registered in the    `taxeditor-git/eu.etaxonomy.taxeditor.store/plugin.xml`  

  

 1. secure the handler by making use of the expression definition `hasROLE_PUBLISH`  

  

 1. create an according command in `taxeditor-git/eu.etaxonomy.taxeditor.store/plugin.xml`  

  

 1. create a menu contribution for the TaxonNavigator context menu and secure this one by making use of the expression definition `canUPDATE` whereas the currently selected TaxonNodes should be taken into account for this check. 

  

 

  

 ---- 

 

 requires #3740 (Allow recursively setting the publish bit for TaxonBase) to be solved 
 

Back