ewallah / moodle-availability_relativedate

Relative dates in Moodle
https://moodle.org/plugins/availability_relativedate
GNU General Public License v3.0
8 stars 7 forks source link

[v4.2.2] "Relative to course module completion" can be added even if there are no completable modules #30

Closed danowar2k closed 8 months ago

danowar2k commented 8 months ago

Just saw another problem with "relative to course module completion" availability.

As of now I'm unsure if and what one could do about this:

danowar2k commented 8 months ago

It looks like this could easily be prevented by checking for at least one completable course module here: https://github.com/ewallah/moodle-availability_relativedate/blob/main/classes/frontend.php#L67

ewallah commented 8 months ago

Fixed