I don't know what you mean Jacques. It is a clear but and I reproduced
it on demo.hotwaxmedia.com. It is a bug even in e-commerce module.
Thanks
Raj
PS: I am posting it to mailing list as issues is closed.
Jacques Le Roux (JIRA) wrote:
[
https://issues.apache.org/jira/browse/OFBIZ-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacques Le Roux closed OFBIZ-1602.
----------------------------------
Resolution: Invalid
Assignee: Jacques Le Roux
This code already exists in trunk and release4.0 seems not being concerned
FreeMaker exception1/ while approving the cutomer reviews created by a
PartyGroup user
---------------------------------------------------------------------------------------
Key: OFBIZ-1602
URL: https://issues.apache.org/jira/browse/OFBIZ-1602
Project: OFBiz
Issue Type: Bug
Components: product
Affects Versions: SVN trunk
Environment: Ubuntu 7.10, Firefox 2.0.0.11
Reporter: Raj Saini
Assignee: Jacques Le Roux
Attachments: pendingReviews.ftl.patch
FreeMaker exception1/ while approving the cutomer reviews created by a
PartyGroup user.
How to reproduce:
1. Login as DemoCustCompany in the eCommerce,
2. Create a customer review.
3. Login to the Catalog Manager as admin.
4. Click on the Review tab in Catalog Manager.
FreeMarker exception is thrown. FreeMarker template expects a Person where as
the user was created by PartyGroup. One fix is to to retrived the PartyGroup
if the userLogin.getRelated() returns null Person. And then use the groupName
field instead of firstName and lastName.
Please advise.