Search found 5 matches

by chadmiss
13 Mar 2018, 08:11
Forum: Help
Topic: due_date is omitted when adding issue via SOAP
Replies: 3
Views: 3522

Re: due_date is omitted when adding issue via SOAP

as far as we found out there is an extra undocumented field "due_dateSpecified" which has to be set to true. then the due_date is accepted
by chadmiss
17 Oct 2017, 07:55
Forum: Help
Topic: due_date is omitted when adding issue via SOAP
Replies: 3
Views: 3522

Re: due_date is omitted when adding issue via SOAP

my guess is, that the WSDL-wrapper of visual studio drops that field but I have no access to debug that deep

I wonder if this has something to do with https://github.com/mantisbt/mantisbt/pull/1036
by chadmiss
13 Oct 2017, 10:03
Forum: Help
Topic: due_date is omitted when adding issue via SOAP
Replies: 3
Views: 3522

due_date is omitted when adding issue via SOAP

(using Mantis 2.5.2) we are using the SOAP/WSDL-wrapping from Visual Studio. when adding an issue via soap (mc_issue_add) the due_date doesn't arrive. There are no problems with any other field. it's already missing in the XML-request that arrives at mantisconnect.php the strange thing is, that it w...
by chadmiss
08 May 2017, 07:29
Forum: Help
Topic: Is there a hook or event when a plugin is installed?
Replies: 1
Views: 2364

Re: Is there a hook or event when a plugin is installed?

alright. I found "InsertData" for the schema()-function helpful
by chadmiss
04 May 2017, 10:08
Forum: Help
Topic: Is there a hook or event when a plugin is installed?
Replies: 1
Views: 2364

Is there a hook or event when a plugin is installed?

I would like to pre-fill some plugin-tables in the Database when the Plugin is getting installed (aka hitting the "install plugin" button at the config page) Is there any function, event or hook I can use for this case? I only found the function install() from the MantisPlugin.class but it...