Issue Details (XML | Word | Printable)

Key: LPS-3160
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Raymond Auge
Reporter: Raymond Auge
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
PUBLIC - Liferay Portal Standard Edition

Enable assigning UPDATE to Guest for Custom Attributes

Created: 30/Apr/09 08:14 AM   Updated: 30/Apr/09 11:19 AM
Component/s: None
Affects Version/s: 5.2.2
Fix Version/s: 5.2.3

Time Tracking:
Not Specified

Environment: All

Rank:
Issue is not rankable.     


 Description  « Hide
This will enable the CA's to be used in places like the "create account" form simply by adding something like:

<div class="ctrl-holder">
<liferay-ui:custom-attribute
className="<%= User.class.getName() %>"
classPK="<%= 0 %>"
editable="<%= true %>"
label="<%= true %>"
name="name-of-your-pet"
/>
</div>

 All   Comments   Work Log   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Raymond Auge added a comment - 30/Apr/09 08:16 AM
As long as the CA is defined and permissions VIEW and UPDATE are assigned to Guest, form handling of CAs is seamless and transparent.

Raymond Auge added a comment - 30/Apr/09 08:16 AM - Visible to
Committed revision 30655.