Hi W00ter,
I've posted my solution to this. I hope it helps you.
Regards,
Peterus
Search found 5 matches
- 12 May 2009, 21:56
- Forum: Customizations
- Topic: Customisation of status and priority per project
- Replies: 5
- Views: 7993
- 12 May 2009, 21:56
- Forum: Customizations
- Topic: How to add Complex configuration options
- Replies: 3
- Views: 4773
How to add Complex configuration options
As noted by previous posters there seems to be issues with complex types being added as strings.
I've found a way around this. First define the type and use serialize to turn it into a string.
Add the value as a string in mantis. Then in the database change the type from 2 to 3 (complex).
e.g ...
I've found a way around this. First define the type and use serialize to turn it into a string.
Add the value as a string in mantis. Then in the database change the type from 2 to 3 (complex).
e.g ...
- 12 May 2009, 21:42
- Forum: Customizations
- Topic: How to customise Status per Project
- Replies: 9
- Views: 25153
How to customise Status per Project
I followed the various customization posts on the forum. They all lead to changing the status strings for all projects using global definitions.
Not what I wanted.
There are two things going on in this:
1) The status values (numeric) defined for a project
2) The status labels (strings) that match ...
Not what I wanted.
There are two things going on in this:
1) The status values (numeric) defined for a project
2) The status labels (strings) that match ...
- 12 May 2009, 16:35
- Forum: Customizations
- Topic: Customisation of status and priority per project
- Replies: 5
- Views: 7993
Re: Customisation of status and priority per project
Hi w00ter,
I am currently looking at this too. I can define new Status however they are available to all projects. I would like to define a Status for a project and its sub-projects exclusively.
The status defined in $g_status_enum_string will be global.
In Manage Configurations I created a new ...
I am currently looking at this too. I can define new Status however they are available to all projects. I would like to define a Status for a project and its sub-projects exclusively.
The status defined in $g_status_enum_string will be global.
In Manage Configurations I created a new ...
- 12 May 2009, 16:23
- Forum: Customizations
- Topic: How to customize status
- Replies: 8
- Views: 20240
Re: How to customize status
Hi,
Have you created a file called custom_constant_inc.php containing
<?php
#define ( 'in_study', 60 );
?>
Regards,
Peter
Have you created a file called custom_constant_inc.php containing
<?php
#define ( 'in_study', 60 );
?>
Regards,
Peter