Search found 8 matches

by rienkwind
30 Aug 2019, 11:24
Forum: Help
Topic: EVENT_DISPLAY_EMAIL
Replies: 1
Views: 2096

EVENT_DISPLAY_EMAIL

Im trying to add some text above the email notifications using EVENT_DISPLAY_EMAIL. Now when I use this event and add the text with a hook it only displays the text not the rest of the information. My question is how to append the new text to the normal email notification using this event?
by rienkwind
26 Oct 2018, 14:30
Forum: General Discussion
Topic: A Dutch (Nederlands) section
Replies: 2
Views: 45733

Re: A Dutch (Nederlands) section

Ik heb daar wel interesse voor.
by rienkwind
22 May 2018, 10:33
Forum: Help
Topic: Soap api - mc_tag_get_all
Replies: 4
Views: 3260

Re: Soap api - mc_tag_get_all

Ok it's solved. I had page_number -1 and per_page -1. I tried it like your example and it worked. Thanks
by rienkwind
22 May 2018, 09:43
Forum: Help
Topic: Soap api - mc_tag_get_all
Replies: 4
Views: 3260

Re: Soap api - mc_tag_get_all

I tested this on 2.14.0.
It sees the total results but thats not an array just a number.

Code: Select all

"results" => array:11 [▶]
  "total_results" => 13

I also use a mantis api bundle for Symfony maybe that causes the problem?
https://github.com/A5sys/MantisApiBundle
by rienkwind
22 May 2018, 07:02
Forum: Help
Topic: Soap api - mc_tag_get_all
Replies: 4
Views: 3260

Soap api - mc_tag_get_all

I'm trying to get all tags from Mantis with the soap call mc_tag_get_all. Now I get back the array results with 11 tags but in Mantis there are 13.
It seems that I cant get the first two tags from the soap call. Is there a reason for? Does it only get the tags created by the logged in user?
by rienkwind
08 May 2018, 11:16
Forum: Help
Topic: Keep custom changes after updating version
Replies: 2
Views: 2470

Keep custom changes after updating version

Hello,

I've made some custom changes to Mantis in different files. The problem I have is that when I update to a new version, the custom changes get overridden. So is there a easy way to keep the custom changes and safely go to the newest version?
by rienkwind
25 Jul 2017, 06:39
Forum: Help
Topic: Mantis Api - mc_filter_get_issues
Replies: 1
Views: 2887

Re: Mantis Api - mc_filter_get_issues

If anyone wants to know I fixed it, you have to put the id in a integer array like [50].
by rienkwind
20 Jul 2017, 08:30
Forum: Help
Topic: Mantis Api - mc_filter_get_issues
Replies: 1
Views: 2887

Mantis Api - mc_filter_get_issues

Hello,

Im using the mantis api and im trying to get certain issues based on status with mc_filter_get_issues.
Now I do get all the issues but they are not filtered, I have tried the status_id but whatever id I put in there its not filtering.

Does anybody have experience with this problem?