Configure settings via webinterface

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
eelcodegraaff
Posts: 10
Joined: 21 May 2010, 13:54

Configure settings via webinterface

Post by eelcodegraaff »

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
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Configure settings via webinterface

Post by atrol »

Is there any reason why you dont' use this page?
Manage -> Manage Configuration -> Workflow Transitions
Please use Search before posting and read the Manual
eelcodegraaff
Posts: 10
Joined: 21 May 2010, 13:54

Re: Configure settings via webinterface

Post by eelcodegraaff »

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.
Post Reply