View Issue Details

IDProjectCategoryView StatusLast Update
0006919mantisbtotherpublic2013-08-16 12:45
Reporterlifo2 Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status newResolutionopen 
Product Version1.0.1 
Summary0006919: Mixed up in code between project_view_status and view_status
Description

Hi,
there's some places in the code, for example in manage_proj_create_page.php, where view_status is used instead of project_view_status. It's not a problem for the moment as user can't add status (well he can but it's useless), but it could become a problem when it will be possible.

If you need to have different levels of view_status for project and for bug/bugnotes (what I tried to do), it will bug.

TagsNo tags attached.

Relationships

has duplicate 0005571 closedvboctor Please clarify the difference between $g_project_view_state_enum_string and $g_view_state_enum_string 

Activities

lifo2

lifo2

2006-04-06 08:01

reporter   ~0012473

Sorry, this bug is nearly the same as bug 0005571

lifo2

lifo2

2007-03-09 04:03

reporter   ~0014147

As far as I know, view status concern essentially three things :

  • Project
  • Bugnotes
  • News

I think it could be nice to clarify the situation by using these vars :

$g_bugnote_view_state_enum_string
$g_project_view_state_enum_string
$g_news_view_state_enum_string

and suppressing the g_view_state_enum_string.

giallu

giallu

2007-07-03 07:55

reporter   ~0014855

incidentally, I'm going to propose a small rework for the news section that includes the addition of $g_news_view_state_enum_string...

redjen

redjen

2008-07-24 11:56

reporter   ~0018661

Like lifo2, I need to customize the view states (in my case, public, protected, and private). giallu, what did you have in mind for reworking this? I'd be happy to take it up.

giallu

giallu

2008-07-25 02:22

reporter   ~0018670

See 0002077 and the related wiki page for details

atrol

atrol

2013-08-16 12:45

developer   ~0037889

Removed assignment. giallu will not contribute to this issue in near future.