mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #65035
[Bug 1960862] [NEW] Dropzone in filebrowser not showing on employment form in resume
Public bug reported:
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
** Affects: mahara
Importance: Undecided
Status: New
--
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:
New
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
Follow ups