Reviewed: https://reviews.mahara.org/8410 Committed: https://git.mahara.org/mahara/mahara/commit/d850130c4d2ef2a720b4a7885fa489ad1c84ba49 Submitter: Cecilia Vela Gurovic ([email protected]) Branch: master
commit d850130c4d2ef2a720b4a7885fa489ad1c84ba49 Author: Gregor Anzelj <[email protected]> Date: Mon Jan 8 15:34:37 2018 +0100 Bug 1667521: Make 'Registration reason' mandatory when 'Confirm registration' is turned on We achieve this by having a new pieform rule called 'requiredby' where we can reference another field and when a certain value is set in that field it makes this field required. requiredby rule needs an array containing: - the 'reference', a string of the name of the related field within the same form - the 'required', an array containing the values of 'reference' element as keys and true/1 for value if this element is required. -- If the reference field returns true/false then required array would have either 'true' => 1 or 'false' => 1 depending on what setting is needed behatnotneeded Change-Id: I9bc5d15b4035d4a11b81b9355a32044c66ee2199 -- 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/1667521 Title: Make "Registration reason" mandatory when "Confirm registration" is turned on Status in Mahara: Fix Committed Bug description: When a minimum of one institution on a site requires "Confirm registration" of new accounts, the registration reason should be manadatory so that the admins have a bit more information why people want to register instead of people being able to leave the field empty. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1667521/+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

