Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

section not respected with scheduler module #458

Open
koenr opened this issue Nov 21, 2023 · 0 comments
Open

section not respected with scheduler module #458

koenr opened this issue Nov 21, 2023 · 0 comments

Comments

@koenr
Copy link

koenr commented Nov 21, 2023

  • moosh version: 1.11
  • moodle version: 4.3
    • database: mysql
  • php version: 8.0
  • operating system: ubuntu focal

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 ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant