Hey I am having issues with my add server, add asset, add deployment, add build menu buttons only working if my view has not been changed. For example,
When I start my RCP application I have 4 folders in the left view that display
Code:
+Servers
+Assets
+Deployments
+Build
// Works
If I click on but don't open a folder I can successfully add an object to any group. However once a folder has been opened I can no longer add anything to it even if I close it again.
Code:
-Servers
+Red
+Blue
+Assets
+Deployments
+Build
// Wont add to Servers folder
Does this seem to be an issue with my Action, or is my viewer not refreshing or something? The only thing I changed was added the Add Asset, Add Deployment, Add Build buttons but their the exact same code as Add Server with the exception of the title display so I don't understand how this would have broken it.