Two error messages when uploading files without accepting upload agreement
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Mahara |
Medium
|
Jono Mingard | ||
| 1.8 |
Medium
|
Robert Lyon |
Bug Description
When uploading files via drag and drop, if the upload agreement is enabled and not checked, the error message "You must agree to the copyright notice." appears. However, on the current master it appears twice.
Note this behaviour may have been introduced by the patch for Bug #1262483
Jono Mingard (mingard) wrote : | #1 |
summary: |
- Two error messages when uploading files without accepting upload - agreement + File dropzone gives incorrect error messages |
summary: |
- File dropzone gives incorrect error messages + Two error messages when uploading files without accepting upload + agreement |
Patch for "master" branch: https:/
Changed in mahara: | |
assignee: | nobody → Jono Mingard (mingard) |
status: | Confirmed → In Progress |
Reviewed: https:/
Committed: http://
Submitter: Robert Lyon (<email address hidden>)
Branch: master
commit 06c09001db21cc9
Author: Jono Mingard <email address hidden>
Date: Wed Feb 12 14:50:59 2014 +1300
Stop client side validation when uploading files via dropzone (Bug #1278667)
Since there's no way to stop the files being uploaded when they're added to
the dropzone there's no point doing client-side validation as it'll be
duplicated on the server
Change-Id: I7891b333eb3f74
Signed-off-by: Jono Mingard <email address hidden>
Changed in mahara: | |
status: | In Progress → Fix Committed |
milestone: | none → 1.9.0 |
importance: | Undecided → Medium |
Patch for "1.8_STABLE" branch: https:/
Reviewed: https:/
Committed: http://
Submitter: Robert Lyon (<email address hidden>)
Branch: 1.8_STABLE
commit 7c1c120feb3be88
Author: Jono Mingard <email address hidden>
Date: Wed Feb 12 14:50:59 2014 +1300
Stop client side validation when uploading files via dropzone (Bug #1278667)
Since there's no way to stop the files being uploaded when they're added to
the dropzone there's no point doing client-side validation as it'll be
duplicated on the server
Change-Id: I7891b333eb3f74
Signed-off-by: Jono Mingard <email address hidden>
Changed in mahara: | |
status: | Fix Committed → Fix Released |
(Noticed first by Evonne)