Trying to fix a problem with User List crashing due to old user profile fields belonging to Dashboard.
This commit is contained in:
parent
f2032b2d01
commit
ebe45dfdbe
1 changed files with 1 additions and 0 deletions
|
|
@ -356,6 +356,7 @@ sub view {
|
||||||
."field.dataDefault, field.possibleValues "
|
."field.dataDefault, field.possibleValues "
|
||||||
."FROM userProfileField as field "
|
."FROM userProfileField as field "
|
||||||
."left join userProfileCategory as category USING(profileCategoryId) "
|
."left join userProfileCategory as category USING(profileCategoryId) "
|
||||||
|
."where !(field.fieldName like '______________________contentPositions')"
|
||||||
."ORDER BY category.sequenceNumber, field.sequenceNumber");
|
."ORDER BY category.sequenceNumber, field.sequenceNumber");
|
||||||
while ($profileField = $sth->hashRef){
|
while ($profileField = $sth->hashRef){
|
||||||
my $label = WebGUI::Operation::Shared::secureEval($self->session,$profileField->{label});
|
my $label = WebGUI::Operation::Shared::secureEval($self->session,$profileField->{label});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue