[
https://issues.apache.org/jira/browse/OFBIZ-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640750#action_12640750
]
parimal gain commented on OFBIZ-2003:
-------------------------------------
Now we don't use syntax like context.put() ,instead of this we use
context.varName = value; . for more detail u can read the document prepared for
groovy : http://docs.ofbiz.org/pages/viewpage.action?pageId=4472 .
> Could not see the profile in new profile pages while log in as admin.
> ---------------------------------------------------------------------
>
> Key: OFBIZ-2003
> URL: https://issues.apache.org/jira/browse/OFBIZ-2003
> Project: OFBiz
> Issue Type: Bug
> Components: ecommerce
> Reporter: Rishi Solanki
> Attachments: EditBillingAddress.patch
>
>
> While login form admin as userLoginId error comes that no shipToContactMechId
> found in the EditBillingAddress.groovy and screen viewprofile is not rendered.
> The reason behind that in EditBillingAddress.groovy shipToContactmechId is
> not available for admin and page will not render. For this wrap that
> condition in another condition so that it comes into existence only when it
> is available.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.