Comment 7 for bug 1928273

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/12111
Committed: https://git.mahara.org/mahara/mahara/commit/4c9cec56c0ed46523a6b01e403bb69ff131841fd
Submitter: Robert Lyon (<email address hidden>)
Branch: main

commit 4c9cec56c0ed46523a6b01e403bb69ff131841fd
Author: Lisa Seeto <email address hidden>
Date: Wed Jun 2 15:36:56 2021 +1200

Bug 1928273: Upgrade Gridstack to Gridstack 4.3.X

When calling grids we now assign the grid and grid element objects thus:

var grid = a gridstack object
var gridElement = a jquery .grid-stack selector object

Need to explicitly indicate the $() as jQuery() in filebrowser.js to
get things to work as expected for file upload in block config

Change-Id: I78a096f23397af42554a04f75d1bfceec1716173
Signed-off-by: Lisa Seeto <email address hidden>