You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2008/01/18 23:16:34 UTC

[jira] Issue Comment Edited: (OFBIZ-495) User Preferences Feature

    [ https://issues.apache.org/jira/browse/OFBIZ-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560564#action_12560564 ] 

jacques.le.roux edited comment on OFBIZ-495 at 1/18/08 2:15 PM:
----------------------------------------------------------------

Just tried last Anurag's patches. After an ant clean-all on a clean instance and just patches applied I got when trying 
https://127.0.0.1:8443/example/control/UserPrefDemo :

Error on line 43, column 1 in component://example/webapp/example/viewDemo.ftl resultMap.userPrefMap is undefined. It cannot be assigned to defaultPrefMap The problematic instruction: ---------- ==> assignment: defaultPrefMap=resultMap.userPrefMap [on line 43, column 1 in component://example/webapp/example/viewDemo.ftl] 

I then tried in UserPreference to add DEFAULT_USER_PREFS by admin and _NA_ without success. I then reverted framework/common/servicedef/services.xml and it worked : needs more work...

(sorry typo in Anurag 1st name)

      was (Author: jacques.le.roux):
    Just tried last Anuag's patches. After an ant clean-all on a clean instance and just patches applied I got when trying 
https://127.0.0.1:8443/example/control/UserPrefDemo :

Error on line 43, column 1 in component://example/webapp/example/viewDemo.ftl resultMap.userPrefMap is undefined. It cannot be assigned to defaultPrefMap The problematic instruction: ---------- ==> assignment: defaultPrefMap=resultMap.userPrefMap [on line 43, column 1 in component://example/webapp/example/viewDemo.ftl] 

I then tried in UserPreference to add DEFAULT_USER_PREFS by admin and _NA_ without success. I then reverted framework/common/servicedef/services.xml and it worked : needs more work...


  
> User Preferences Feature
> ------------------------
>
>                 Key: OFBIZ-495
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-495
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Adrian Crum
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: COLLAPSD.JPG, example.patch, example.patch, example.patch, example.patch, EXPANDED.JPG, user_pref.patch, user_pref.patch, user_pref.patch, user_pref.patch, user_pref.patch, user_pref.patch, user_pref.patch
>
>
> The User Preferences Services are intended to store and retrieve the current user's  preferences. User preferences can be used to control UI elements, frequently used search and report criteria, and more. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.