jonof / moodle-block_completion_progress

A time management tool for students using activity completion
https://moodle.org/plugins/block_completion_progress
GNU General Public License v3.0
17 stars 65 forks source link

Progress bar missing colors/styles #69

Closed thebenkahn closed 3 years ago

thebenkahn commented 3 years ago

Hello, on version 2020081000 the progress bars are not filling up correctly and I can see in the browser console that the associated CSS styles file css.php is not being found. I can verify the css.php file is present in the blocks/completion_progress directory. I can replicate this issue on both a 3.9.3 and a 3.10 test site.

The error is not present if I downgrade to 2020072900, all works as expected.

progress-bar-blank

Snag_40da0ef

jazinheira commented 3 years ago

@thebenkahn I was able to fix the issue by modifying css.php in PR #70!

pavelsokolov commented 3 years ago

It would be very nice to accept this PL to the master branch.

jtsafran commented 3 years ago

Agreed. Would love to see this added to master!

jonof commented 3 years ago

PR #70 is now merged.