Reviewed: https://reviews.mahara.org/10177 Committed: https://git.mahara.org/mahara/mahara/commit/99c885321e66eb386f744b0c01d0287a16ce89b6 Submitter: Robert Lyon ([email protected]) Branch: master
commit 99c885321e66eb386f744b0c01d0287a16ce89b6 Author: anupamadharmajan <[email protected]> Date: Wed Jul 17 17:46:00 2019 +1000 Bug 1834470: Profile picture generates error when uploaded to Image Gallery. Fixed undefined upload_max_filesize variable and artefact type mismatch for profileicon Sponsored by The Australian National University behatnotneeded Change-Id: I2014806ffbf8d36311d857f43de359e3f477dc58 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1834470 Title: Profile picture generates error when uploaded to Image Gallery Status in Mahara: Fix Committed Status in Mahara 18.04 series: In Progress Status in Mahara 18.10 series: In Progress Status in Mahara 19.04 series: Fix Committed Status in Mahara 19.10 series: Fix Committed Bug description: Mahara: 19.04.0 OS: Linux 16.04 DB: Postgres Browser: FF When a profile picture is uploaded to an image gallery, an error is generated in the console and the image gallery hangs. To replicate: • Upload a profile picture to a user account - this will add the image to the files collection under images • In a page, add an image gallery with settings: - Image selection = Choose individual images to display - Select the 'Uploaded profile picture' under the images directory - Save • Result: Console error jQuery.Deferred exception: upload_max_filesize is not defined http://mahara/artefact/file/js/filedropzone.js?v=8112:36:9 l@http:/mahara/js/jquery/jquery.js?v=8112:2:29375 a/</c< http://mahara/js/jquery/jquery.js?v=8112:2:29677 undefined jquery.js:2:30930 ReferenceError: upload_max_filesize is not defined • Expected result: image is saved to gallery To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1834470/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

