-fixed bug #1338558: Profile field missing when visible/editable
This commit is contained in:
parent
69f04511ec
commit
990eb0fbf3
1 changed files with 1 additions and 1 deletions
|
|
@ -185,6 +185,7 @@ sub www_editProfile {
|
||||||
if ($data->{required}) {
|
if ($data->{required}) {
|
||||||
$hash{'profile.form.element.subtext'} = "*";
|
$hash{'profile.form.element.subtext'} = "*";
|
||||||
}
|
}
|
||||||
|
push(@profile,\%hash);
|
||||||
if (($previousCategory && $category ne $previousCategory) || $counter eq $a->rows) {
|
if (($previousCategory && $category ne $previousCategory) || $counter eq $a->rows) {
|
||||||
my @temp = @profile;
|
my @temp = @profile;
|
||||||
my $hashRef;
|
my $hashRef;
|
||||||
|
|
@ -193,7 +194,6 @@ sub www_editProfile {
|
||||||
push(@array,$hashRef);
|
push(@array,$hashRef);
|
||||||
@profile = ();
|
@profile = ();
|
||||||
}
|
}
|
||||||
push(@profile,\%hash);
|
|
||||||
$previousCategory = $category;
|
$previousCategory = $category;
|
||||||
}
|
}
|
||||||
$a->finish;
|
$a->finish;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue