nextcloud / integration_moodle

🎓 Moodle integration into Nextcloud
GNU Affero General Public License v3.0
15 stars 5 forks source link

Displays recently accessed contents instead of notifications #11

Open pkmkrishnakumar-zz opened 3 years ago

pkmkrishnakumar-zz commented 3 years ago

I have noticed that the integration app in nextcloud displays the recently accessed contents instead of notifications. Here i have the screenshot of my moodle notification and nextcloud notification for your reference.

image image

Further Moodle Notifications also redirects to Moodle Homepage instead of Notification Page.

Current Redirect URL : https://domain.name/moodle/my

Correct Redirect URL : https://domain.name/message/output/popup/notifications.php

Thanks for the integration app.

julien-nc commented 3 years ago

I have to check if it's actually possible to get Moodle notifications with the API. I'm pretty sure I decided to get recently accessed content because is was impossible to get notifications. I'll check that out.

julien-nc commented 3 years ago

I just checked. There is a way in the API but I always get an "Access control exception" when trying to reach it. I tried with an admin and a normal user...