View Issue Details

IDProjectCategoryView StatusLast Update
0022822mantisbtbugtrackerpublic2019-09-16 14:30
ReporterJackBeauregard Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to reproduce 
Product Version2.3.1 
Summary0022822: Reminders won't stay private
Description

Setting $g_default_reminder_view_status = VS_PRIVATE; in my config_inc.php isn't working and reminder stays public instead of private.

TagsNo tags attached.
Attached Files

Activities

atrol

atrol

2017-04-28 10:13

developer   ~0056734

Did you change $g_set_view_status_threshold ?

JackBeauregard

JackBeauregard

2017-04-28 10:17

reporter   ~0056735

I did not, I left the old value:
$g_set_view_status_threshold = REPORTER;
As it was in 1.2.19 rel

atrol

atrol

2017-04-28 10:41

developer   ~0056738

Last edited: 2017-04-28 10:42

I was not able to reproduce your problem with a fresh install of MantisBT release 2.3.1.

I set $g_default_reminder_view_status = VS_PRIVATE; and did not set any other configuration option.
I tried using the administrator account.

Please provide detailed step-by-step instructions to reproduce the issue; the following additional information may also be useful:

  • are there any errors or warnings in web server or PHP logs ?
  • are there any errors or warnings when running admin/check/index.php ?
  • Relevant customizations (e.g. changes in config_inc.php, etc)
  • Installed plugins or custom functions ?
  • Was the MantisBT source code modified in any way ?
  • Exact version of PHP, Database, Web server, Browser and Operating System
JackBeauregard

JackBeauregard

2017-04-28 10:54

reporter   ~0056739

I'm sorry I've forgotten to say that the bug won't show up with an admin login.
I have not functions or customizations and no logged errors.
All th e installed software starting from Ubuntu 16.04 are the latest realeases.

atrol

atrol

2017-04-28 11:19

developer   ~0056740

I tried also a developer account and was not able to reproduce the issue.

JackBeauregard

JackBeauregard

2017-04-29 02:01

reporter   ~0056742

Looks like the reminder is managed as a note and I have public note inside private projects.

atrol

atrol

2017-04-30 06:03

developer   ~0056743

I don't understand what you want to say with your latest note.
I don't see any additional information to reproduce the issue.

JackBeauregard

JackBeauregard

2017-05-02 01:50

reporter   ~0056756

Looks like in my config_inc.php the g_default_bugnote_view_status is leading the other (g_default_reminder_view_status)

dregad

dregad

2019-09-03 08:42

developer   ~0062712

@JackBeauregard I just tried to reproduce this by setting my config as per your note 0022822:0056756

$g_default_bugnote_view_status = VS_PUBLIC;
$g_default_bug_view_status = VS_PRIVATE;
$g_default_reminder_view_status = VS_PRIVATE;

The reminder notes are created private as expected.

I am therefore also not able to reproduce the problem, so I'll close this for now. Feel free to reopen the issue with clear, step-by-step instructions to reproduce the problem on a fresh install of MantisBT.