mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #25223
[Bug 1437969] Re: No save button when configuration of general settings changes.
The reason there is no button like "Save changes " on
administration/Users/Add user/General account options is due to it being
part of the add user form, and not a form by itself.
The general account options are populated from a hard coded default set
of values in function expected_account_preferences() and so never change
from default when page loads - they only change for the user you are
currently making.
Or in the case of upload users via csv file if you change the General
account options on that page they only are different for that particular
upload of the csv file.
The changes are NOT sticky.
** Changed in: mahara
Status: New => Fix Committed
** Summary changed:
- No save button when configuration of general settings changes.
+ Behat test for configuration of general settings changes.
--
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/1437969
Title:
Behat test for configuration of general settings changes.
Status in Mahara ePortfolio:
Fix Committed
Bug description:
Hi,
There is no button like "Save changes " on administration/Users/Add
user/General account options.
This happens anywhere there is the General accounts option like also
on the add users by CSV page.
The way that it currently saves the changes (ie turning the switches
to another setting) is by popping up with a dialogue box asking if I
want to leave the page or stay on the page.
I've uploaded a Behat test that this change will affect, depending if
this goes ahead and if it does how the click handler is written and
where the button directs you to, the test may need some vamping up.
Cheers,
Jinelle
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1437969/+subscriptions
References