Reviewed: https://reviews.mahara.org/10784 Committed: https://git.mahara.org/mahara/mahara/commit/154c2894ea59551b296cc4ba5d361fa9750a91bd Submitter: Robert Lyon ([email protected]) Branch: master
commit 154c2894ea59551b296cc4ba5d361fa9750a91bd Author: Robert Lyon <[email protected]> Date: Fri Feb 28 11:59:49 2020 +1300 Bug 1865095: Config modal error message display We need to be able to display the error when the json_reply() used is the mahara.php one and not the pieform.php one - for non form related error replies Change-Id: I9a1407fc484afc8ef1aef69a2ce01f592c2c6ee7 Signed-off-by: Robert Lyon <[email protected]> -- 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/1865095 Title: when using mahara.php json_reply() function we are not able to return data on error Status in Mahara: Fix Committed Bug description: When using the pieform.php version of json_reply() we can get error message in js when returning error - but with mahara.php we just return error but can't access the message in js We need to adjust this so that we can get the error returned/displayed in a js way To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1865095/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

