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

embed pages should never assume authenticated users #71

Closed ISN-Zurich closed 10 years ago

ISN-Zurich commented 10 years ago

Current behaviour: if the user tries to access a embedded dossier without being logged in OR having any rights on the dossier, selecting a publication will lead to no output.

Desired behaviour: On embedded pages all users should have access to all content.

evangelia-mitsopoulou commented 10 years ago

Authentication was not considered during the implementation. However, the problem was that the dossier id could not be read properly. For that reason in the bookmark model, in the embedURL function we got the dossier id by refering to the global property this.dossierId of the same model, instead of making use of the getDossierId function of the dossierlistModel.

evangelia-mitsopoulou commented 10 years ago

Additionally, in some specific mozilla browsers it is working.