← Back to team overview

mahara-contributors team mailing list archive

[Bug 1796600] Re: Forms that use progress bar when saving now do not show progress bar

 

** Summary changed:

- Saving group page to existing users system causing error
+ Forms that use progress bar when saving now do not show progress bar

-- 
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