Comment 8 for bug 1806524

Revision history for this message
Ghada El-Zoghbi (ghada-z) wrote :

Hi,

This change has introduced a bug in Mahara 19.04.0.

When the user adds a block (by clicking on the artefact - not drag/drop), the selection of the positions displays: 'After 1', 'After 2'

It doesn't actually display the artefact titles in the drop down as it used to in previous Mahara versions.

The fix is to update htdocs/js/view.js - line 496

* selectbox = $('#addblock_position'); -> selectbox = $('#newblock_position');

I don't actually have time to push this upstream. So, I leave it the Mahara team.

Thanks,
Ghada