You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Albert Mayo (JIRA)" <ji...@apache.org> on 2009/11/17 23:22:39 UTC

[jira] Created: (OFBIZ-3214) not able to add item to created order with 1 ship group

not able to add item to created order with 1 ship group
-------------------------------------------------------

                 Key: OFBIZ-3214
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3214
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: Release Branch 4.0
            Reporter: Albert Mayo


If there is only 1 ship group, there is a missing parameter named "shipGroupSeqId" in the appendorderitem.ftl form.  The service this form calls, appendOrderItem, requires a shipGroupSeqId parameter.

The trunk version has it fixed by adding the following code at the top, but version 4.0 does not have a fix.  The trunk version was fixed on revision 658036.

Trunk fix:
            <#if shipGroups?size == 1>
                <input type="hidden" name="shipGroupSeqId" value="${shipGroups.first.shipGroupSeqId}"/>
            </#if>

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


[jira] Updated: (OFBIZ-3214) not able to add item to created order with 1 ship group

Posted by "Albert Mayo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Albert Mayo updated OFBIZ-3214:
-------------------------------

    Priority: Minor  (was: Major)

> not able to add item to created order with 1 ship group
> -------------------------------------------------------
>
>                 Key: OFBIZ-3214
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3214
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 4.0
>            Reporter: Albert Mayo
>            Priority: Minor
>
> If there is only 1 ship group, there is a missing parameter named "shipGroupSeqId" in the appendorderitem.ftl form.  The service this form calls, appendOrderItem, requires a shipGroupSeqId parameter.
> The trunk version has it fixed by adding the following code at the top, but version 4.0 does not have a fix.  The trunk version was fixed on revision 658036.
> Trunk fix:
>             <#if shipGroups?size == 1>
>                 <input type="hidden" name="shipGroupSeqId" value="${shipGroups.first.shipGroupSeqId}"/>
>             </#if>

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


[jira] Commented: (OFBIZ-3214) not able to add item to created order with 1 ship group

Posted by "Albert Mayo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12780622#action_12780622 ] 

Albert Mayo commented on OFBIZ-3214:
------------------------------------

it works.. i was able to add a product both in created and approved status.

> not able to add item to created order with 1 ship group
> -------------------------------------------------------
>
>                 Key: OFBIZ-3214
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3214
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 4.0
>            Reporter: Albert Mayo
>            Priority: Minor
>
> If there is only 1 ship group, there is a missing parameter named "shipGroupSeqId" in the appendorderitem.ftl form.  The service this form calls, appendOrderItem, requires a shipGroupSeqId parameter.
> The trunk version has it fixed by adding the following code at the top, but version 4.0 does not have a fix.  The trunk version was fixed on revision 658036.
> Trunk fix:
>             <#if shipGroups?size == 1>
>                 <input type="hidden" name="shipGroupSeqId" value="${shipGroups.first.shipGroupSeqId}"/>
>             </#if>

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


[jira] Closed: (OFBIZ-3214) not able to add item to created order with 1 ship group

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-3214.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Release Branch 4.0
         Assignee: Jacques Le Roux

> not able to add item to created order with 1 ship group
> -------------------------------------------------------
>
>                 Key: OFBIZ-3214
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3214
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 4.0
>            Reporter: Albert Mayo
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 4.0
>
>
> If there is only 1 ship group, there is a missing parameter named "shipGroupSeqId" in the appendorderitem.ftl form.  The service this form calls, appendOrderItem, requires a shipGroupSeqId parameter.
> The trunk version has it fixed by adding the following code at the top, but version 4.0 does not have a fix.  The trunk version was fixed on revision 658036.
> Trunk fix:
>             <#if shipGroups?size == 1>
>                 <input type="hidden" name="shipGroupSeqId" value="${shipGroups.first.shipGroupSeqId}"/>
>             </#if>

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


[jira] Commented: (OFBIZ-3214) not able to add item to created order with 1 ship group

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12780528#action_12780528 ] 

Jacques Le Roux commented on OFBIZ-3214:
----------------------------------------

Thanks Albert,

It should be fixed at revision: 882516  

Could you please check before I close this issue ?

> not able to add item to created order with 1 ship group
> -------------------------------------------------------
>
>                 Key: OFBIZ-3214
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3214
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 4.0
>            Reporter: Albert Mayo
>            Priority: Minor
>
> If there is only 1 ship group, there is a missing parameter named "shipGroupSeqId" in the appendorderitem.ftl form.  The service this form calls, appendOrderItem, requires a shipGroupSeqId parameter.
> The trunk version has it fixed by adding the following code at the top, but version 4.0 does not have a fix.  The trunk version was fixed on revision 658036.
> Trunk fix:
>             <#if shipGroups?size == 1>
>                 <input type="hidden" name="shipGroupSeqId" value="${shipGroups.first.shipGroupSeqId}"/>
>             </#if>

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