Add POD to the ProfileField, formField method.
Fix all profile field defaults being ignored by the createAccount screen.
This commit is contained in:
parent
02acf13d48
commit
33564cee94
3 changed files with 16 additions and 3 deletions
|
|
@ -217,6 +217,15 @@ An integer indicating whether to return just the field's form input, or the fiel
|
|||
|
||||
A WebGUI::User object reference to use instead of the currently logged in user.
|
||||
|
||||
=head3 skipDefault
|
||||
|
||||
If true, this causes the default value set up for the form field to be ignored.
|
||||
|
||||
=head3 assignedValue
|
||||
|
||||
If assignedValue is defined, it will be used to override the default value set up for the
|
||||
form.
|
||||
|
||||
=cut
|
||||
|
||||
sub formField {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue