I cannot configure incident status.

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
percimon
Posts: 19
Joined: 09 Dec 2019, 13:59

I cannot configure incident status.

Post by percimon »

Hello partners.
I have a problem, I cannot configure the status of incidents, I want to be able to set states as open, closed, in process, etc.
Could you help me with the problem. I am very attentive, thank you very much.

Attached image capture:
https://prnt.sc/qwwnyk
cas
Posts: 1622
Joined: 11 Mar 2006, 16:08
Contact:

Re: I cannot configure incident status.

Post by cas »

what exactly do you mean? Trouble changing the status ( do you have to correct level to do so)? or you want to configure diffrent statusses?
percimon
Posts: 19
Joined: 09 Dec 2019, 13:59

Re: I cannot configure incident status.

Post by percimon »

I want to change default names, colors and delete those that we will not use.
cas
Posts: 1622
Joined: 11 Mar 2006, 16:08
Contact:

Re: I cannot configure incident status.

Post by cas »

This is described in the admin manual which is distributed with the software, see the doc directory.
percimon
Posts: 19
Joined: 09 Dec 2019, 13:59

Re: I cannot configure incident status.

Post by percimon »

I can't find the documentation, you can attach the documentation to me. I will be grateful.
cas
Posts: 1622
Joined: 11 Mar 2006, 16:08
Contact:

Re: I cannot configure incident status.

Post by cas »

Here is the admn guide, look under enumerations.
Attachments
Admin_Guide.zip
(272.49 KiB) Downloaded 366 times
percimon
Posts: 19
Joined: 09 Dec 2019, 13:59

Re: I cannot configure incident status.

Post by percimon »

Do not have documentation in Spanish? that is my language :D
thank
cas
Posts: 1622
Joined: 11 Mar 2006, 16:08
Contact:

Re: I cannot configure incident status.

Post by cas »

Sorry, cannot help you there :mrgreen:
JulesA
Posts: 37
Joined: 11 Feb 2020, 10:01

Re: I cannot configure incident status.

Post by JulesA »

For colors (in config_inc.php) :
$g_status_colors['new']= '#fcbdbd';

For statuses (in config_inc.php) :
$g_status_enum_string = '10:new,...';

For renaming statuses (in custom_strings_inc.php) :
$s_status_enum_string = '10:Abierto,...';
Post Reply