View Issue Details

IDProjectCategoryView StatusLast Update
0006246mantisbtbugtrackerpublic2013-01-11 16:30
Reporterrdllc Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.0.0rc1 
Summary0006246: account preferences not project dependent
Description

I think account_prefs_page.php has a bug.

I thought that the project dropdown list on the top right of the page was changing the project for which the values were shown, but that is not the case. They are always shown for All Projects.

mantis_user_pref_table has user_id and project_id fields so I thought preferences would be kept for each project, but all entries are or project_id == 0 or All Projects.

core/user_pref_api.php has function user_pref_set_pref( $p_user_id, $p_pref_name, $p_pref_value, $p_project_id = ALL_PROJECTS ), but I cannot find where it is called with $p_project_id set so project_id is always 0. Same for function user_pref_get_pref().

TagsNo tags attached.

Relationships

duplicate of 0000747 acknowledged Account preferences (Email on Assigned, etc.) should be on a per-project basis, not global 

Activities

emm

emm

2006-11-21 05:57

reporter   ~0013742

Hi everyone,

as more than a year has passed I do not know if I can add a note or if this has been resolved or if this a not a bug and nobody has answered but! As a matter of fact, I tried to update my preferences according to a project and it seems that it is impossible! This is a big problem because we have more than two hundreds projects, and each user is working on two or three projects so they do not want to receive e-mails for every project, but only for those they are concerned about.

Thank you for replies!

Sergiodf

Sergiodf

2013-01-02 15:27

reporter   ~0034675

Duplicate of 0000747.

atrol

atrol

2013-01-02 15:49

developer   ~0034677

Thanks Sergiodf