gjbarnard / moodle-format_grid

Grid course format contributed by Gareth J Barnard originally created by Paul Krix
GNU General Public License v3.0
21 stars 56 forks source link

Last topic image is missing in edit mode #184

Closed babicht closed 1 year ago

babicht commented 1 year ago

Hi, while testing some plugins before updating moodle, we encountered a problem with the grid format. When in edit mode, the image of the last topic/grid element is not displayed. Other images/topics work fine but the last one is always missing across multiple test courses. grafik

I tried to look into the code and discovered that the image is not present in the DOM so I guess it's maybe not being generated by the plugin/format: grafik

Versions

gjb2048 commented 1 year ago

@babicht Thanks for the report, spotted four days ago and patched https://github.com/gjb2048/moodle-format_grid/commit/d797c42672611b367ab09fa997d8bb07daa06994 - M4.1 version will be updated at some point.

gjb2048 commented 1 year ago

M4.1 and M4.0 versions patched.