Search found 2 matches

by olivier.schenk@infopro.ch
27 Mar 2007, 08:28
Forum: Help
Topic: trouble with @50@ @80@ @90@ in workflow
Replies: 2
Views: 4258

it works!

Thanks alot.

I've added this line to config_inc.php
------------------------------------------------------------------------------------
[i]$g_status_enum_string = '10:new,20:in process,30:closed,40:re-opened';[/i ...
by olivier.schenk@infopro.ch
27 Mar 2007, 07:43
Forum: Help
Topic: trouble with @50@ @80@ @90@ in workflow
Replies: 2
Views: 4258

trouble with @50@ @80@ @90@ in workflow

Hello

I've got a problem with mantis. I defined a workflow with only 4 statuses.

new_created, in_process, closed, re-opened.

this is what i did:

custom_constant_inc.php
--------------------------------------------------------------------------------
<?php
define ( 'BUG_NEW_CREATED', 10 ...