Forums » Development »
questions regarding enhancement of redmine
Added by mrks jss about 12 years ago
hello,
we are running redmine in our company and we're very satisfied with it so far.
we have some additional requirements which require fiddling in the code.
1. at creation of a new company (in Contacts), redmine needs to do an http post to an external page
- how would i do that? i am not familiar with ruby. is this something i will have to put in </redmine/app/views/contacts/new.html.erb>?
or does this call belong into </redmine/assets/javascripts/contacts.js>?
2. at creation of a new contact, i would like to export the vcf file to an external page.
would somebody be so kind to give me a hand where to look at for these tasks? i want to tackle this thing ninja like.
thanks
Replies (1)
RE: questions regarding enhancement of redmine - Added by Etienne Massip about 12 years ago
There are no Contacts in core, you should contact the plugin author.