Hello everyone,
I have to develop projeQtor, and because it's a very large program, I woud ask your help to find out some function in the code that you might know the name.
The global idea is : when you copy a project (we have a model of project so we dont have to start from 0 to make new one), email on event will be also copied, or created (and receivers will be adjustable).
So my developement goal is that : everytime a project is copied, once the user clicked on "OK", I would like that a 2nd windows popup like this one: (I cant add image on the post their is a red 'FORBIDEN' )
http://prntscr.com/ndjppx
And so the user will be able to select which ressources can receive certains post-scripted events alerts.
Actually I think I can do that (not without pain), I will modify some code in the Tool/CopyProjectTo.php and DynamycDialogCopy.php, to add the second window, because I think it's the file that manage the copy project.
What I have no idea of is the code which generate email on event alert (I'm looking for it since few days now).
If you could give me some explanations about the generation of email on event processus so I'll try to generate that automatically and the user won't have to create 3 differents alert everytime a project is created.
To resume : where can I find the constructor of Mails On Event ?
If I can achieve that, and if you find it usefull, I'd be glad to give the code back, to contribute to your software![:) :)]()
Thank you for your help.
I have to develop projeQtor, and because it's a very large program, I woud ask your help to find out some function in the code that you might know the name.
The global idea is : when you copy a project (we have a model of project so we dont have to start from 0 to make new one), email on event will be also copied, or created (and receivers will be adjustable).
So my developement goal is that : everytime a project is copied, once the user clicked on "OK", I would like that a 2nd windows popup like this one: (I cant add image on the post their is a red 'FORBIDEN' )
http://prntscr.com/ndjppx
And so the user will be able to select which ressources can receive certains post-scripted events alerts.
Actually I think I can do that (not without pain), I will modify some code in the Tool/CopyProjectTo.php and DynamycDialogCopy.php, to add the second window, because I think it's the file that manage the copy project.
What I have no idea of is the code which generate email on event alert (I'm looking for it since few days now).
If you could give me some explanations about the generation of email on event processus so I'll try to generate that automatically and the user won't have to create 3 differents alert everytime a project is created.
To resume : where can I find the constructor of Mails On Event ?
If I can achieve that, and if you find it usefull, I'd be glad to give the code back, to contribute to your software

Thank you for your help.