History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: FC-1607
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Andrew Mercer
Votes: 0
Watchers: 0
Operations

Go to Planning board
Go to Task board
If you were logged in you would be able to see more operations.
FarCry Core Framework

dmProfile for Custom UD

Created: 19/Nov/08 01:57 PM   Updated: 19/Nov/08 02:25 PM
Component/s: Security
Affects Version/s: 5.0.2
Fix Version/s: FarCry 5.1

Time Tracking:
Not Specified


 Description  « Hide
Blair has suggested that getProfile() in custom UDs get passed the the dmProfile Struct which would append over the top of that struct and then return it.


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Blair McKenzie - 19/Nov/08 02:25 PM
A second argument is not passed into the user directory getProfile function: the current profile struct. The profile is then updated with any properties returned from the function.

Since the arguments passed into getProfile are unnamed, this change should not require changes to existing user directories.