[jira] Created: (OFBIZ-2004) Inplace Editor is not working on profile pages.

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

[jira] Created: (OFBIZ-2004) Inplace Editor is not working on profile pages.

Nicolas Malin (Jira)
Inplace Editor is not working on profile pages.
-----------------------------------------------

                 Key: OFBIZ-2004
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2004
             Project: OFBiz
          Issue Type: Bug
          Components: ecommerce
            Reporter: Rishi Solanki
            Priority: Minor


Previously we are calling event createUpdateEmailAddress but after conversion of all possible event to services. From in place Edit Email still call to the event is their.
Steps to solve :
- change the controller entry to call the service as handler jsonservice.
- change the inPlaceEditEmail function as per new parameters in to the service.
- out the emailContactmech from the service.

- Regards
Rishi Solanki

--
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-2004) Inplace Editor is not working on profile pages.

Nicolas Malin (Jira)

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

Kirti Dhakad updated OFBIZ-2004:
--------------------------------

    Attachment: InPlaceEditEmail.patch

Previously we are calling Jsonsimple named  "createUpdateEmailAddress" for updating Email Address but now we are using Jsonservice named "createUpdateEmailAddress".

Thanks to Rishi Solanki for his support.
---

Kirti Dhakad

> Inplace Editor is not working on profile pages.
> -----------------------------------------------
>
>                 Key: OFBIZ-2004
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2004
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>            Reporter: Rishi Solanki
>            Priority: Minor
>         Attachments: InPlaceEditEmail.patch
>
>
> Previously we are calling event createUpdateEmailAddress but after conversion of all possible event to services. From in place Edit Email still call to the event is their.
> Steps to solve :
> - change the controller entry to call the service as handler jsonservice.
> - change the inPlaceEditEmail function as per new parameters in to the service.
> - out the emailContactmech from the service.
> - Regards
> Rishi Solanki

--
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-2004) Inplace Editor is not working on profile pages.

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

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

Vikas Mayur reassigned OFBIZ-2004:
----------------------------------

    Assignee: Vikas Mayur

> Inplace Editor is not working on profile pages.
> -----------------------------------------------
>
>                 Key: OFBIZ-2004
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2004
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>            Reporter: Rishi Solanki
>            Assignee: Vikas Mayur
>            Priority: Minor
>         Attachments: InPlaceEditEmail.patch
>
>
> Previously we are calling event createUpdateEmailAddress but after conversion of all possible event to services. From in place Edit Email still call to the event is their.
> Steps to solve :
> - change the controller entry to call the service as handler jsonservice.
> - change the inPlaceEditEmail function as per new parameters in to the service.
> - out the emailContactmech from the service.
> - Regards
> Rishi Solanki

--
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-2004) Inplace Editor is not working on profile pages.

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

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

Parimal Gain commented on OFBIZ-2004:
-------------------------------------

Here no need to set contactMechId in entity-one because it takes value from env .

> Inplace Editor is not working on profile pages.
> -----------------------------------------------
>
>                 Key: OFBIZ-2004
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2004
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>            Reporter: Rishi Solanki
>            Assignee: Vikas Mayur
>            Priority: Minor
>         Attachments: InPlaceEditEmail.patch
>
>
> Previously we are calling event createUpdateEmailAddress but after conversion of all possible event to services. From in place Edit Email still call to the event is their.
> Steps to solve :
> - change the controller entry to call the service as handler jsonservice.
> - change the inPlaceEditEmail function as per new parameters in to the service.
> - out the emailContactmech from the service.
> - Regards
> Rishi Solanki

--
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-2004) Inplace Editor is not working on profile pages.

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

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

Vikas Mayur closed OFBIZ-2004.
------------------------------

    Resolution: Fixed

Thanks Kirti, Rishi.

Your patch with slight modification is in trunk rev. 705879


Vikas

> Inplace Editor is not working on profile pages.
> -----------------------------------------------
>
>                 Key: OFBIZ-2004
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2004
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>            Reporter: Rishi Solanki
>            Assignee: Vikas Mayur
>            Priority: Minor
>         Attachments: InPlaceEditEmail.patch
>
>
> Previously we are calling event createUpdateEmailAddress but after conversion of all possible event to services. From in place Edit Email still call to the event is their.
> Steps to solve :
> - change the controller entry to call the service as handler jsonservice.
> - change the inPlaceEditEmail function as per new parameters in to the service.
> - out the emailContactmech from the service.
> - Regards
> Rishi Solanki

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