[jira] [Created] (OFBIZ-4609) Shipping group Instructions and gift messages for multiple ship groups can be set

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

[jira] [Created] (OFBIZ-4609) Shipping group Instructions and gift messages for multiple ship groups can be set

Nicolas Malin (Jira)
Shipping group Instructions and gift messages for multiple ship groups can be set
---------------------------------------------------------------------------------

                 Key: OFBIZ-4609
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4609
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: Release Branch 11.04
            Reporter: Sergei Biletnikov


Just add more than 1 shipping group for an order, and you notice that it is not possible to set or edit the shipping instructions and gift messages, because the code ignores multiple shipping groups and the html have the same DOM id elements, so only first shipping group can be edited. Of course, it is just a development issue.
Please, find the patch enclosed.
I use the unique ids for each shipping group elements.

The same problem is in OFBiz 10.04 (do not know about Trunk).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4609) Shipping group Instructions and gift messages can not be added/edited if there are several shipping groups

Nicolas Malin (Jira)

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

Sergei Biletnikov updated OFBIZ-4609:
-------------------------------------

    Summary: Shipping group Instructions and gift messages can not be added/edited if there are several shipping groups  (was: Shipping group Instructions and gift messages for multiple ship groups can be set)
   

> Shipping group Instructions and gift messages can not be added/edited if there are several shipping groups
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4609
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4609
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 11.04
>            Reporter: Sergei Biletnikov
>         Attachments: OFBIZ-4609_ShippingGroupInstructionsAndGiftMessages.patch
>
>
> Just add more than 1 shipping group for an order, and you notice that it is not possible to set or edit the shipping instructions and gift messages, because the code ignores multiple shipping groups and the html have the same DOM id elements, so only first shipping group can be edited. Of course, it is just a development issue.
> Please, find the patch enclosed.
> I use the unique ids for each shipping group elements.
> The same problem is in OFBiz 10.04 (do not know about Trunk).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4609) Shipping group Instructions and gift messages can not be changed/set if there are several shipping groups

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

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

Sergei Biletnikov updated OFBIZ-4609:
-------------------------------------

    Summary: Shipping group Instructions and gift messages can not be changed/set if there are several shipping groups  (was: Shipping group Instructions and gift messages can not be added/edited if there are several shipping groups)
   

> Shipping group Instructions and gift messages can not be changed/set if there are several shipping groups
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4609
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4609
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 11.04
>            Reporter: Sergei Biletnikov
>         Attachments: OFBIZ-4609_ShippingGroupInstructionsAndGiftMessages.patch
>
>
> Just add more than 1 shipping group for an order, and you notice that it is not possible to set or edit the shipping instructions and gift messages, because the code ignores multiple shipping groups and the html have the same DOM id elements, so only first shipping group can be edited. Of course, it is just a development issue.
> Please, find the patch enclosed.
> I use the unique ids for each shipping group elements.
> The same problem is in OFBiz 10.04 (do not know about Trunk).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4609) Shipping group Instructions and gift messages can not be changed/set if there are several shipping groups

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

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

Sergei Biletnikov updated OFBIZ-4609:
-------------------------------------

    Attachment: OFBIZ-4609_ShippingGroupInstructionsAndGiftMessages.patch
   

> Shipping group Instructions and gift messages can not be changed/set if there are several shipping groups
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4609
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4609
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 11.04
>            Reporter: Sergei Biletnikov
>         Attachments: OFBIZ-4609_ShippingGroupInstructionsAndGiftMessages.patch
>
>
> Just add more than 1 shipping group for an order, and you notice that it is not possible to set or edit the shipping instructions and gift messages, because the code ignores multiple shipping groups and the html have the same DOM id elements, so only first shipping group can be edited. Of course, it is just a development issue.
> Please, find the patch enclosed.
> I use the unique ids for each shipping group elements.
> The same problem is in OFBiz 10.04 (do not know about Trunk).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4609) Shipping group Instructions and gift messages can not be changed/set if there are several shipping groups

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

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

Sergei Biletnikov updated OFBIZ-4609:
-------------------------------------

    Attachment: OFBIZ-4609_ShippingGroupInstructionsAndGiftMessages.patch
   

> Shipping group Instructions and gift messages can not be changed/set if there are several shipping groups
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4609
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4609
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 11.04
>            Reporter: Sergei Biletnikov
>         Attachments: OFBIZ-4609_ShippingGroupInstructionsAndGiftMessages.patch
>
>
> Just add more than 1 shipping group for an order, and you notice that it is not possible to set or edit the shipping instructions and gift messages, because the code ignores multiple shipping groups and the html have the same DOM id elements, so only first shipping group can be edited. Of course, it is just a development issue.
> Please, find the patch enclosed.
> I use the unique ids for each shipping group elements.
> The same problem is in OFBiz 10.04 (do not know about Trunk).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4609) Shipping group Instructions and gift messages can not be changed/set if there are several shipping groups

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

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

Sergei Biletnikov updated OFBIZ-4609:
-------------------------------------

    Attachment:     (was: OFBIZ-4609_ShippingGroupInstructionsAndGiftMessages.patch)
   

> Shipping group Instructions and gift messages can not be changed/set if there are several shipping groups
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4609
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4609
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 11.04
>            Reporter: Sergei Biletnikov
>         Attachments: OFBIZ-4609_ShippingGroupInstructionsAndGiftMessages.patch
>
>
> Just add more than 1 shipping group for an order, and you notice that it is not possible to set or edit the shipping instructions and gift messages, because the code ignores multiple shipping groups and the html have the same DOM id elements, so only first shipping group can be edited. Of course, it is just a development issue.
> Please, find the patch enclosed.
> I use the unique ids for each shipping group elements.
> The same problem is in OFBiz 10.04 (do not know about Trunk).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-4609) Shipping group Instructions and gift messages can not be changed/set if there are several shipping groups

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

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

Jacques Le Roux closed OFBIZ-4609.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
                   Release Branch 11.04
         Assignee: Jacques Le Roux

Thanks Sergei,

Your patch is in
trunk r1220298  
R11.04 r1220299

I began to work on R10.04 (it uses Prototype and not jQuery) but there are too much other conflicts (new things, etc.) than simply Prototype vs jQuery and I gave up


               

> Shipping group Instructions and gift messages can not be changed/set if there are several shipping groups
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4609
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4609
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 11.04
>            Reporter: Sergei Biletnikov
>            Assignee: Jacques Le Roux
>             Fix For: Release Branch 11.04, SVN trunk
>
>         Attachments: OFBIZ-4609_ShippingGroupInstructionsAndGiftMessages.patch
>
>
> Just add more than 1 shipping group for an order, and you notice that it is not possible to set or edit the shipping instructions and gift messages, because the code ignores multiple shipping groups and the html have the same DOM id elements, so only first shipping group can be edited. Of course, it is just a development issue.
> Please, find the patch enclosed.
> I use the unique ids for each shipping group elements.
> The same problem is in OFBiz 10.04 (do not know about Trunk).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira