Reviewed: https://reviews.mahara.org/10798 Committed: https://git.mahara.org/mahara/mahara/commit/2e8fa553dadf00b20ceea9f71363cb26982364b9 Submitter: Cecilia Vela Gurovic ([email protected]) Branch: 19.04_STABLE
commit 2e8fa553dadf00b20ceea9f71363cb26982364b9 Author: Robert Lyon <[email protected]> Date: Tue Dec 3 09:46:35 2019 +1300 Bug 1858512: Able to remove email for profilefield If it gets saved as one of the 'artefactids' values @TODO - work out how it can get saved as this way - suspect it is an issue with template copying Change-Id: Icd7cb73b6a9a9eead0f6c54b2e09b2804eda8ce4 Signed-off-by: Robert Lyon <[email protected]> (cherry picked from commit c2ab187578b2db4961a80409ac3ddfceb9b3300e) -- 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: Fix Committed Status in Mahara 18.10 series: Fix Committed Status in Mahara 19.04 series: Fix Committed Status in Mahara 19.10 series: Fix Committed Status in Mahara 20.04 series: Fix Committed 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 _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

