ISN-Zurich / PersonalDossiers

A repository about the Personal Dossiers Project in ISN. It is about the development of a "collecting mechanism" of dossiers-items already hosted in ISN's digital library and transformation of this collection into user-defined educational modules.
0 stars 0 forks source link

user profile data are not updated for the current user #105

Closed evangelia-mitsopoulou closed 10 years ago

evangelia-mitsopoulou commented 10 years ago

Current Behavior: The user = 18 does not contain any record on the userprofile table. Thus the activeDossierId is not stored on the database. Only until user with id=14 the storing has taken place. To check it. This has as a consequence on the front end not to be able to read the user type properly because the dossier.list in dossierListmodel does not contain any field for this one.

evangelia-mitsopoulou commented 10 years ago

Notice: In the backend this service is not implemented the case of insert in the update_userprofile. That means that for the user ids that they don't exist already in the userprofile table, we need to insert a record there with the user id and the profile data. The latter will contain for sure the active dossier id.