center-for-learning-management / moodle-local_edusupport

Plugin to manage a moodle based helpdesk
GNU General Public License v3.0
4 stars 3 forks source link

multiple forums in one course #53

Closed shreo1992-beep closed 2 years ago

shreo1992-beep commented 2 years ago

hi @rschrenk

i have made two forums for one course when i choose one dedicated supporter to one of them it shows me that the value has changed on both forums on the web page but on the database when i check the table local_edusupport_issues i find that only one dedicated supporter value change as shown below

id | categoryid | courseid | forumid | dedicatedsupporter | archiveid ----+------------+----------+---------+--------------------+----------- 21 | 1 | 7 | 37 | 9 | 0 20 | 1 | 7 | 38 | 2 | 0

how can i fix this issue

or each course should have only one forum

shreo1992-beep commented 2 years ago

@rschrenk hope to respond

rschrenk commented 2 years ago

@shreo1992-beep

sorry that this bugfix took some time. I released a new version of local_edusupport, that fixes this issue.