You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Se un amministratore aggiunge un commento alla pagina di uno studente, il commento viene attribuito allo studente, non all'amministratore.
Il problema è che l'interfaccia per visualizzare i "document" è la stessa degli "attachment". Ma nei document bisognerebbe utilizzare "owner" invece che "user". Nel database i campi dovrebbero essere stati memorizzati correttamente.
Proposta:
rinominare document.user_id in document.student_id e rinominare document.owner_id in document.user_id.
The text was updated successfully, but these errors were encountered:
Se un amministratore aggiunge un commento alla pagina di uno studente, il commento viene attribuito allo studente, non all'amministratore.
Il problema è che l'interfaccia per visualizzare i "document" è la stessa degli "attachment". Ma nei document bisognerebbe utilizzare "owner" invece che "user". Nel database i campi dovrebbero essere stati memorizzati correttamente.
Proposta:
rinominare document.user_id in document.student_id e rinominare document.owner_id in document.user_id.
The text was updated successfully, but these errors were encountered: