Hi,
I am trying to use the webinterface for the configuration's and not the config files, to see if this works better and is easier to manage for me and my colleges.
adding process flow:
Username: all users
Project Name: all projects
Configuration Option: status_enum_workflow
Type complex
Value
Adding this value
array (
10 => '50:assigned,20:feedback',
20 => '50:assigned,10:new',
50 => '80:resolved,20:feedback,90:closed',
80 => '90:closed,20:feedback',
90 => '20:feedback',
)
wont work you will get in the config back :
array (
10 => '50:assigned',
1 => '20:feedback',
20 => '50:assigned',
3 => '10:new',
50 => '80:resolved',
5 => '20:feedback',
6 => '90:closed',
80 => '90:closed',
8 => '20:feedback',
90 => '20:feedback',
)
so i have to edit the config string in the right format ...
thanks
eelco
Configure settings via webinterface
Moderators: Developer, Contributor
-
- Posts: 10
- Joined: 21 May 2010, 13:54
Re: Configure settings via webinterface
In the 1.0 version we did it in the config file and database. We had a lot of extra steps fields and rights created to make mantis fit on our process.
You are right, it is better to do it in the interface that is build for it. And i am now adopting our process to mantis.
You are right, it is better to do it in the interface that is build for it. And i am now adopting our process to mantis.