Issue Workflow Display

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
addnothiing
Posts: 6
Joined: 15 Jun 2015, 12:41

Issue Workflow Display

Post by addnothiing »

Hi,
I have an issue with the display of my workflows.
When I select a project it's working and this is what I have :

Image

But when I don't select a project and let the value at : "All project" I have this :

Image

Thanks,
AddNothiing
atrol
Site Admin
Posts: 8375
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Issue Workflow Display

Post by atrol »

Which version of MantisBT do you use?
Do you get this behaviour on "My View" page and/or "View Issues" page?
Please use Search before posting and read the Manual
addnothiing
Posts: 6
Joined: 15 Jun 2015, 12:41

Re: Issue Workflow Display

Post by addnothiing »

Hi,
The version is :
MantisBT 1.2.8[^]
Copyright © 2000 - 2011 MantisBT Group
This behaviour is on the both pages..

Thanks for the answer
atrol
Site Admin
Posts: 8375
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Issue Workflow Display

Post by atrol »

badfiles,

I was not able to reproduce your problem with a fresh install of the latest stable MantisBT release (1.2.19 at the moment).
I recommend that you upgrade to the latest (download from [1]).

You could also try to provide detailed step-by-step instructions to reproduce the issue on a fresh test install.
You can use Mantis2Go for it if you don't want to use your server.

The following additional information may also be useful:

- Exact version of PHP, Database, Web server, Browser and Operating System
- Relevant customizations (e.g. changes in config_inc.php, etc)
- Installed plugins or custom functions ?
- Was the MantisBT source code modified in any way ?

[1] http://mantisbt.org/download.php
Please use Search before posting and read the Manual
addnothiing
Posts: 6
Joined: 15 Jun 2015, 12:41

Re: Issue Workflow Display

Post by addnothiing »

These are the infos:
  • PHP Version 5.3.5.
    Databse is MySQL 5.5.8
    WebServer is Apache 2.2.17
    I'm using Mozilla on Windows 7.0 (64bits)
This behaviours appears after my modifications that I did in this post :
viewtopic.php?f=3&t=23177

So yes, in the core, I modified "user_pref_api.php" and "email_api.php" as I said in the previous topic. But I just created variables and after test I found that come from the file config_inc.php but I don't know why yet.. That was working very well before my last update (previous topic).
addnothiing
Posts: 6
Joined: 15 Jun 2015, 12:41

Re: Issue Workflow Display

Post by addnothiing »

Hi,
I Found why but I don't know how to fix it :
  • before the update I had this :

    Code: Select all

     $g_status_enum_string	= '10:new,30:received,40:analysed,80:resolved,50:delivered,90:closed,160:question,60:waiting,70:cancel,180:forwarded to publisher'; 

    and now it's like that :

    Code: Select all

     $g_status_enum_string	= '10:new,11:received,12:proposition,13:accordreal,14:requirement,16:development,30:delivered,31:SAT,60:waiting,70:cancel,90:closed'; 
So after all the previous modifications, the email are perfectly sent (other topic), but the display is not.. I guess I have forgot to modify a variable but which one and where ?

Thanks,
AddNothiing
atrol
Site Admin
Posts: 8375
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Issue Workflow Display

Post by atrol »

I don't have time for a deeper look.
Check that you have set $s_status_enum_string in custom_strings_in.php the right way.

I still recommend to upgrade to 1.2.19 as we fixed a lot of issues, some of them directly related to legend and custom status,
e.g. https://www.mantisbt.org/bugs/view.php?id=14446
Please use Search before posting and read the Manual
Post Reply