mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #65551
[Bug 1960862] A change has been merged
Reviewed: https://reviews.mahara.org/12418
Committed: https://git.mahara.org/mahara/mahara/commit/d372fb1e30e28ab64e9d4a2c1d0905dab932e4a7
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: main
commit d372fb1e30e28ab64e9d4a2c1d0905dab932e4a7
Author: Dianne Tennent <dianne.tennent@xxxxxxxxxxxxxxx>
Date: Tue Feb 15 09:37:25 2022 +1300
Bug 1960862: Split education and employment sections
Render the 'add' sections separately so that the
filedropzone can be targeted correctly.
Adjust Behat steps
Change-Id: Id09db50f6ab893994d8ef271c6b3c20095bdc119
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
--
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:
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