Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




events not triggered

api
plugins

Hi,

I have been developing an plugin - and have it installed succesfully on my local test-instance. Through VS2010 I attach to the process - and have set breakpoints for different events.

When I change status for an issue 'BeforeUpdate' and 'afterupdate' is triggered - but not 'BeforeStatusChange' and 'AfterStatusChange'.

I need to develop a plugin that triggers an external call whenever the status of an issue is changed to a specifick status.

Please advice.

/Morten

Modist
· 1
Modist
Replies (8)
helpful
0
not helpful

I have done further investigation and it seems that

BeforeCreate & AfterCreate

BeforeUpdate & AfterUpdate

BeforeDelete & AfterDelete

are the only events being triggered ?


Modist
· 1
Modist
helpful
0
not helpful

Can you please confirm which version of gemini you are running ?


Gurinder
· 350
Gurinder
helpful
0
not helpful

its a fresh local install - v5.1.5.3639

I have used the examples in http://www.geminiplatform.com/downloads/v5/Countersoft.Gemini.Samples.zip as a template.


Modist
· 1
Modist
helpful
0
not helpful

Do you get any errors in the system log?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

no entries other than what im generating.

I'm using the log to record events being triggered - see code at http://justpaste.it/1r3m


Modist
· 1
Modist
helpful
0
not helpful

did you package the dll in a zip with a manifest?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

yes - used the postbuildscript in the examples.


Modist
· 1
Modist
helpful
0
not helpful

I am not sure what is going on with your setup as none of the apps are loaded. Can you please try creating a new site?


Mark Wing
· 9108
Mark Wing