Clone
fmalikoff
committed
on 02 May 06
Load the user object whenever the learner progress object is loaded. The learning progress object is cached in the user's session, so it nee… Show more
Load the user object whenever the learner progress object is loaded. The learning progress object is cached in the user's session, so it needs to be "complete" or you will get a lazy initialisation error later e.g. when the client requests the progress data.

Show less