View Issue Details

IDProjectCategoryView StatusLast Update
0022173mantisbtbugtrackerpublic2017-02-12 05:43
Reporterishii Assigned Toatrol  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version1.3.0 
Summary0022173: Unable to edit "Target Version"
Description

When I try to edit "Target Version" menu, there's no selections displayed. "Product Version" and "Fixed in Version" are fine.
I think this happens after upgrading to 1.3.0 from older version (I forgot the version).

Steps To Reproduce
  1. Create a new issue or edit an existing issue.
  2. Choose "Target Version" menu.
  3. No selection candidates are appeared.
TagsNo tags attached.

Activities

atrol

atrol

2017-01-12 04:46

developer   ~0055075

ishii,

Maybe there is no version which is not set to "released" state, thus there is no version that should be listed.

I was not able to reproduce your problem with a fresh install of the latest stable 1.3 MantisBT release (1.3.5 at the moment).

If you are running an older version, I recommend that you upgrade to the latest (download from [1]). If after doing so the problem persists, do not hesitate to reopen the issue and provide detailed step-by-step instructions to reproduce the issue; 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

ishii

ishii

2017-01-17 21:28

reporter   ~0055188

Unfortunately, updating to 1.3.5 did not solve the problem. I'm going to collect information you are requesting.
In the mean time, may I ask additional question?

If I add new version to the project managing page, only the version appears in the "target version" menu. Is this an expected behavior?

ishii

ishii

2017-01-17 23:03

reporter   ~0055189

Here is the detailed info.

  • Browser: FireFox 50.1.0 (Ubuntu 14.04 LTS)

  • PHP : 5.6.29

  • DB : PostgreSQL: 9.5.3

  • OS : Scientific Linux 6.1 (x86_64)

  • Webサーバ:Apache 2.2.15-54.sl6

  • Installed plugins:
    Meta
    Source
    SourceGitweb

  • config_inc.php

$g_hostname = 'localhost:15432';
$g_db_username = 'btuser';
$g_db_password = '**';
$g_database_name = 'bugtracker';
$g_db_type = 'pgsql';

$g_crypto_master_salt = '**';

$g_allow_anonymous_login = ON;
$g_anonymous_account = 'anonymous';

$g_administrator_email = 'bugtracker@****';
$g_webmaster_email = '';
$g_from_name = 'pgpool Bug Tracker';
$g_from_email = 'bugtracker@****';
$g_return_path_email = 'bugtracker@****';

$g_allow_file_upload = ON;
$g_file_upload_method = DISK;
$g_absolute_path_default_upload_folder = '/home/prj/pgpool/public_html/mantisbt-uploads/';

$g_window_title = 'pgpool Bug Tracker';
$g_logo_image = 'images/pgpool-ii-128px.png';

$g_allow_blank_email = ON;
$g_default_timezone = 'Asia/Tokyo';

$g_signup_use_captcha = ON;
$g_system_font_folder = '/var/www/html/pgpool/mantisbt';
$g_font_per_captcha = 'arial.ttf';
$g_notify_new_user_created_threshold_min = NOBODY;

atrol

atrol

2017-01-18 03:08

developer   ~0055190

I am still missing

detailed step-by-step instructions to reproduce the issue

Did you read/understand what I meant with

Maybe there is no version which is not set to released state, thus there is no version that should be listed.

Versions that are set to released are not listed as target version.

Installed plugins: Meta

I remember there was a plugin with this name a long time ago for MantisBT 1.2.x and early versions of Source plugin.
I would expect that this plugin is not compatible with MantisBT 1.3.x
Check page Manage > Manage Plugins for incomatible plugins.

may I ask additional question?

Please use the forums to get support on customizing and using MantisBT (refer to http://www.mantisbt.org/support.php for links and further details).

http://www.mantisbt.org/bug is used just to report bugs or feature request for MantisBT.

atrol

atrol

2017-01-31 04:12

developer   ~0055419

ishii,

You did not provide any feedback; I am therefore resolving this issue as "no change required".

Feel free to reopen the issue at a later time and provide the requested information.