Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Imported From: http://groups.google.com/group/in-portal-dev/browse_thread/thread/6b45b0fd9ece1751#

We have "Display to Public" and this is functionality, that allow to
show/hide fields from user public profile. This is usually used in forums.
To manage this we create one variable in persistent session per each user
field, that can be displayed in it's profile (10 fields). This is not easy
scalable way and takes more space in database. Besides, variable name in
persistent session is not directly formed from field name it shows/hides and
require additional mapping to be created (in UserProfileTagProcessor).

Solution

I propose to create new user field DisplayToPublic and store all field
names, that should be visible there.

Related Tasks

Jira Legacy
serverSystem Jira
serverId513b375f-8291-3313-

Best Regards,
http://www.in-portal.org
http://www.alex-time.com
9d9f-704c39b1f915
keyINP-354