mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #51196
[Bug 1796600] Re: Forms that use progress bar when saving now do not show progress bar
Re-Test
Environment tested: Master
Browser tested: Chrome
Still working as expected see previous comment.
Catalyst QA Approved ✔
--
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/1796600
Title:
Forms that use progress bar when saving now do not show progress bar
Status in Mahara:
In Progress
Bug description:
When saving on view access screen there is a "sendjsonrequest()
failed: error" in the browser console
This is because of the following problems:
1) The saving of the access does a check to see if we should display the progress meter bar
- it does this on any save - yet the progress meter is only meant for the saving when 'copy page to existing users' when saving a group page
2) The form saves in a non-js form way yet the ajax call to the
progress meter needs to be done is a jsfrom way - otherwise the
brwoser goes to new page an ajax fails before result is returned
What is needed is get the access form to save as a jsform and then to
only use the progress meter if doing copy page event
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1796600/+subscriptions
References