Search found 5 matches

by MartinW
08 Jul 2019, 14:53
Forum: General Discussion
Topic: Activities sort order
Replies: 1
Views: 2625

Activities sort order

Hi,

I have a question about the sort order of the Activities. I know there seem to be 3 ways of changing this but I'm trying to understand the precedence of them all.

So ... there's g_default_bugnote_order, there's g_bugnote_order and then there's the user preference setting in the admin screen ...
by MartinW
29 Aug 2017, 12:25
Forum: Help
Topic: Closing open children
Replies: 2
Views: 3131

Re: Closing open children

Ok - thanks atrol.
by MartinW
17 Aug 2017, 08:33
Forum: Help
Topic: Closing open children
Replies: 2
Views: 3131

Closing open children

Hi
Is there a way to configure Mantis to close any children that are open, when the parent is closed? At the moment, there's a message and a blocking action that prevents the parent from being closed when there are open children but we'd like to override that for a particular project.

Using ...
by MartinW
03 Jan 2017, 14:59
Forum: Customizations
Topic: Creating new PHP page
Replies: 1
Views: 7480

Re: Creating new PHP page

Thanks to anyone who may have read this and wondered. It would appear that the error has gone away after a holiday but more likely that the server was either just having a 'wobbly' or the refinements in my code sorted it out! All good now. :roll:
by MartinW
15 Dec 2016, 14:08
Forum: Customizations
Topic: Creating new PHP page
Replies: 1
Views: 7480

Creating new PHP page

Hi,

I want to add AJAX functionality to the bug_report_page in order to populate a drop down on-the-fly, similar to the Wiki page, https://www.mantisbt.org/wiki/doku.php/mantisbt:combo_edit_requirements . The Wiki page talks about the process generally but has no specifics in terms of linking it ...