Configure settings via webinterface
Posted: 21 May 2010, 21:18
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
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