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
Adding a scheduler module doesn't respect the section.
moosh activity-add --name "test" --section 2 scheduler 10
-> this ends up in section 0
moosh activity-add --name "test" --section 2 forum 10
-> this ends up in section 2
Expected behaviour
It would be nice if the section number was respected
Steps to reproduce
Install the schedular module from https://moodle.org/plugins/mod_scheduler
Install Moosh
Create an empty course
moosh activity-add --name "test" --section 2 scheduler 10
moosh activity-add --name "test" --section 2 forum 10
-> forum will be in section 2, while scheduler will be in section 0
I have no idea how to start investigating this difference in behaviour. It might be a scheduler problem of course ...
The text was updated successfully, but these errors were encountered:
Actual behaviour
Adding a scheduler module doesn't respect the section.
moosh activity-add --name "test" --section 2 scheduler 10
-> this ends up in section 0
moosh activity-add --name "test" --section 2 forum 10
-> this ends up in section 2
Expected behaviour
It would be nice if the section number was respected
Steps to reproduce
Install the schedular module from https://moodle.org/plugins/mod_scheduler
Install Moosh
Create an empty course
moosh activity-add --name "test" --section 2 scheduler 10
moosh activity-add --name "test" --section 2 forum 10
-> forum will be in section 2, while scheduler will be in section 0
I have no idea how to start investigating this difference in behaviour. It might be a scheduler problem of course ...
The text was updated successfully, but these errors were encountered: