'Reopened' is shown in brackets

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
jan.dobias
Posts: 2
Joined: 05 Jun 2015, 08:29

'Reopened' is shown in brackets

Post by jan.dobias »

Hello,
first, excuse my english please.
Well now about my problem. When I have opened manage_config_workflow_page.php in web browser there is a workflow table on it. There are possible next statuses. There are two places for ticks with a text (reopened). Shown on the picture (attachment)
How can I give it away and what does even mean? Others are OK. I found some rolling menu where it is but I haven't find it in the code. (I'm really bad at PHP, worse than beginner)

Thank you very much,
Have a nice day.

Jan Dobiáš
Attachments
pic1.jpg
pic1.jpg (11.08 KiB) Viewed 2833 times
Last edited by jan.dobias on 06 Jun 2015, 04:21, edited 1 time in total.
atrol
Site Admin
Posts: 8375
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Reopened in shown in brackets

Post by atrol »

This additional label is displayed if value for current status is >= configuration resolved_status and next status is equal configuration for reopen_status.
The value displayed is the value that is configured in option bug_reopen_resolution.

Example for default configuration.
There is an issue where status is "resolved" (Current status).
Someone clicks "Reopen" button.
After that, the status is automatically set to "Feedback" (setting for reopen_status) and the solution is set to "reopened" (setting for bug_reopen_resolution)
Please use Search before posting and read the Manual
jan.dobias
Posts: 2
Joined: 05 Jun 2015, 08:29

Re: 'Reopened' is shown in brackets

Post by jan.dobias »

Thank You very much. It really helped me. :)
Post Reply