← Back to team overview

mahara-contributors team mailing list archive

[Bug 1960862] Re: Dropzone in filebrowser not showing on employment form in resume

 

** Changed in: mahara
       Status: New => In Progress

** Changed in: mahara
   Importance: Undecided => Medium

** Changed in: mahara
    Milestone: None => 22.04.0

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/1960862

Title:
  Dropzone in filebrowser not showing on employment form in resume

Status in Mahara:
  In Progress

Bug description:
  It turns out the problem is in
  /htdocs/artefact/file/js/filedropzone.js because the display of the
  dropzone is done by finding an id on the page.

  With id's they should be unique and so only updates the first it
  finds. With the education/employment resume page it has two forms on
  the same page and they both have the same dropzone id.

  We need to adjust things so it targets the class rather than the id

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



References