gjbarnard / moodle-format_topcoll

Collapsed Topics course format for Moodle.
http://docs.moodle.org/en/Collapsed_Topics_course_format
GNU General Public License v3.0
35 stars 60 forks source link

Indentation not working #143

Closed PhMemmel closed 1 year ago

PhMemmel commented 1 year ago

Describe the bug In the activity's dropdown menu you can select "Move right" and sometimes(!?) "Move left", but nothing happens to the activity card. format_topcoll should either declare to not support this feature (so the option to move right/left will not be shown) or implement it correctly.

To Reproduce Steps to reproduce the behaviour:

  1. Create a course
  2. Add some activities
  3. In edit mode click on the three-dots beside an activity and click "Move right"
  4. See that the activity card will not move at all.

Expected behaviour Indentation should work correctly like for example in format_topics

Versions (please complete the following information):

gjb2048 commented 1 year ago

@PhMemmel Are you sure you have the latest 'master'? As:

PhMemmel commented 1 year ago

Thank you very much for the fast response.

You are right. I had double checked if I used the latest master before reporting, but something apparently was still outdated. I fixed that and indentation works. Very sorry for the noise!