← Back to team overview

mahara-contributors team mailing list archive

[Bug 1834470] A change has been merged

 

Reviewed:  https://reviews.mahara.org/10195
Committed: https://git.mahara.org/mahara/mahara/commit/f25f212c262c78cf074a3f88ef73357a89d9cbe2
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    18.04_STABLE

commit f25f212c262c78cf074a3f88ef73357a89d9cbe2
Author: anupamadharmajan <anupamadharmajan@xxxxxxxxxxxxxxx>
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
(cherry picked from commit 99c885321e66eb386f744b0c01d0287a16ce89b6)

-- 
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:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed
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


References