[jira] Created: (OFBIZ-2003) Could not see the profile in new profile pages while log in as admin.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-2003) Could not see the profile in new profile pages while log in as admin.

Nicolas Malin (Jira)
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


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.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2003) Could not see the profile in new profile pages while log in as admin.

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Onima Kasliwal updated OFBIZ-2003:
----------------------------------

    Attachment: EditBillingAddress.patch

 Could not able to  see the profile in new profile pages while logged in as "admin".
So,changes made to the EditBilingAddress.groovy for viewing the profile pages.

---
Onima Kasliwal

> 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.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2003) Could not see the profile in new profile pages while log in as admin.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ 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.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2003) Could not see the profile in new profile pages while log in as admin.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Onima Kasliwal commented on OFBIZ-2003:
---------------------------------------

Thankyou Parimal for correcting me.I have corrected my patch.

----
Onima kasliwal

> 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.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2003) Could not see the profile in new profile pages while log in as admin.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Onima Kasliwal updated OFBIZ-2003:
----------------------------------

    Attachment: EditBillingAddress.patch

I have corrected the EditBillingAddress.patch.

---
Onima Kasliwal

> 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, 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.

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-2003) Could not see the profile in new profile pages while log in as admin.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vikas Mayur reassigned OFBIZ-2003:
----------------------------------

    Assignee: Vikas Mayur

> 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
>            Assignee: Vikas Mayur
>         Attachments: EditBillingAddress.patch, 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.

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-2003) Could not see the profile in new profile pages while log in as admin.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vikas Mayur closed OFBIZ-2003.
------------------------------

    Resolution: Fixed

Thanks Onima, Rishi.

Committed a slightly different patch in rev. 705873.


Vikas

> 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
>            Assignee: Vikas Mayur
>         Attachments: EditBillingAddress.patch, 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.