fix a bug where no data fields where available in the user profile field editor
This commit is contained in:
parent
e39ae106fd
commit
46a3f3a874
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ sub www_editProfileField {
|
|||
-defaultValue=>"Text",
|
||||
);
|
||||
my @profileForms = ();
|
||||
foreach my $form ( sort @{ $fieldType->get("types") }) {
|
||||
foreach my $form ( sort @{ $fieldType->getTypes() }) {
|
||||
next if $form eq 'DynamicField';
|
||||
my $w = eval { WebGUI::Pluggable::instanciate("WebGUI::Form::".$form, "new", [$session]) };
|
||||
if ($@) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue