mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #57603
[Bug 1858512] Re: Stop displaying an email profile field as one of the normal fields
copied from a comment in the patch:
I've found a way to replicate:
have a user with it's email
login as this user
create a view with a 'Profile information', select the email and save
add a new email address through Profile -> contact information and save
validate the new email address and select it to be the primary email address for the account
remove the old email address
go back to the view with the Profile information block
result:
Debug message "Artefact with id X not found"
--
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/1858512
Title:
Stop displaying an email profile field as one of the normal fields
Status in Mahara:
In Progress
Bug description:
The profile block treats the email field as special and only allows one email to be displayed.
However if the artefactids for the normal fields (eg firstname) ends up containing an id for an email field it causes problems as you cannot unset it from displaying.
I'm yet to work out how the array can end up with an email id but I
have seen client sites where this has happened.
To avoid displaying the extra email artefacts I've created the following patch
https://reviews.mahara.org/#/c/10631/1
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1858512/+subscriptions
References