mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #51066
[Bug 1796600] Re: Forms that use progress bar when saving now do not show progress bar
Re-Test
Environment tested: Master
Browser tested: Chrome
Preconditions:
------------------------
1. Site Admin user exists
Test Steps:
------------------------
1. Log in as Site admin
2. Create 100 user by csv
3. Verify that the progress bar is displayed and styled correctly ✔
4. Create 25 new groups
Verify that the progress bar is displayed and styled correctly ✔
6. Add the 100 users to the 25 new groups
Verify that the progress bar is displayed and styled correctly ✔
8. create a group page and share with all members in the group
9. Verify that the progress bar is displayed and styled correctly ✔
NOTES:
1. Progress bar is displayed as expected - suggest throttle network so that the displayed progress bar is not displayed in the blink of an eye.
--
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