← Back to team overview

mahara-contributors team mailing list archive

[Bug 1722132] A patch has been submitted for review

 

Patch for "17.04_STABLE" branch: https://reviews.mahara.org/8133

-- 
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/1722132

Title:
  When artefact type is set to 'video' in the database, Undefined index:
  video/mp4 error is shown

Status in Mahara:
  Fix Committed
Status in Mahara 17.04 series:
  In Progress
Status in Mahara 17.10 series:
  Fix Committed

Bug description:
  When artefact type is set to 'video' in the database, "Undefined
  index: video/mp4" error is shown but when an artefact type is set to
  'file' there is no error.

  $validtypes = self::video_mime_types(); does not have mp4

  From Robert:
  1) why are we now saving mp4 as 'file' rather than 'video'
  2) why does $validtypes not have 'video/mp4' as an option

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1722132/+subscriptions


References