Bug tracker
Bug Details
Bug ID:87
Title:[3.0.5] you can't access in project leader admin
Author:andrea.garavaglia
Date:07/04/2006 10:43
Last modified:21/03/2007 17:30
Product:Docebo 3.0.x
Product area:Public LMS
Severity:Blocking problem
Status:Fixed and added to SVN
Description:Sometimes (I didn't understand exactly when it occurs), when you try to modify the leader of a project Docebo returns "you can't access" at next project admin operation.

new details:
It's related to table learning_prj_users: it works only when it's sorted by id fields because when you save the project admin users, every user is written in table more than one time. When Docebo search for leader if the first id related to user is flagged to "1" then the row with user flagged to "2" (leader) is not read.

A patch that fixes this bug has been released.

Unzip the archive in doceboLms/modules/project/

Author Text