mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #65595
[Bug 1960862] Re: Dropzone in filebrowser not showing on employment form in resume
** Tags added: manualupdate
** Summary changed:
- Dropzone in filebrowser not showing on employment form in resume
+ Split education and employment history to deal better with dropzone
--
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:
Split education and employment history to deal better with dropzone
Status in Mahara:
Fix Committed
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