lots of changes.
This commit is contained in:
parent
2825a11907
commit
a8c99a2b9c
11 changed files with 209 additions and 164 deletions
|
|
@ -278,6 +278,7 @@ sub www_editUser {
|
|||
foreach my $category (@{WebGUI::ProfileCategory->getCategories}) {
|
||||
$tabform->getTab("profile")->raw('<tr><td colspan="2" class="tableHeader">'.$category->getLabel.'</td></tr>');
|
||||
foreach my $field (@{$category->getFields}) {
|
||||
next if $field->getId =~ /contentPositions/;
|
||||
$tabform->getTab("profile")->raw($field->formField(undef,1));
|
||||
}
|
||||
}
|
||||
|
|
@ -337,6 +338,7 @@ sub www_editUserSave {
|
|||
$authInstance->editUserFormSave;
|
||||
}
|
||||
foreach my $field (@{WebGUI::ProfileField->getFields}) {
|
||||
next if $field->getId =~ /contentPositions/;
|
||||
$u->profileField($field->getId,$field->formProcess);
|
||||
}
|
||||
my @groups = WebGUI::FormProcessor::group("groupsToAdd");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue