add User form to list of non profile-enabled forms
This commit is contained in:
parent
dc1a0c7703
commit
c4d6c351ec
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ $numTests = scalar @formTypes + 1;
|
|||
plan tests => $numTests;
|
||||
|
||||
|
||||
my @notEnabled = qw/Asset Button Captcha Color Control List MimeType Submit/;
|
||||
my @notEnabled = qw/Asset Button Captcha Color Control List MimeType Submit User/;
|
||||
|
||||
foreach my $formType (@formTypes) {
|
||||
my $form = WebGUI::Form::DynamicField->new($session, fieldType => $formType);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue