mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #38081
[Bug 1560329] A patch has been submitted for review
Patch for "16.10_STABLE" branch: https://reviews.mahara.org/7076
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1560329
Title:
The block config's "cancel" button breaks after a Pieform validation
failure
Status in Mahara:
Fix Committed
Status in Mahara 15.10 series:
In Progress
Status in Mahara 16.04 series:
In Progress
Status in Mahara 16.10 series:
Fix Committed
Bug description:
To replicate:
1. Drag a new "external media" block into your page.
2. In the block config modal that opens up, hit "submit" without filling in the required "URL or embed code" field
3. Press "Submit"
4. Wait for the form to reload and display the warning message telling you about the required field
5. Once that loads up, press the "Cancel" or "Remove" button/link next to the "Submit" button.
Expected result: The block config modal window closes, and the new
external media block is no longer on your page
Actual result: The screen reloads, and you now have an empty "external
media" block on your page
The reason this is happening, is because the Pieforms "cancel" button
by default just reloads the form's action URL, or the cancel button's
"goto" URL. When we load up the block config modal, we use Javascript
code to rewire the cancel button so that it instead closes the modal
and, if the block is new, deletes the block.
However, when Pieforms fails validation, Pieforms actually removes the
current form displayed on the page, and replaces it with a new form
that contains the validation errors. Because this is a completely
different form object, the "rewiring" that we did when we opened the
modal no longer applies.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1560329/+subscriptions
References