You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Paul Foxworthy (JIRA)" <ji...@apache.org> on 2011/03/22 06:42:05 UTC

[jira] [Created] (OFBIZ-4224) createAgreementItem doesn't set agreementId in result

createAgreementItem doesn't set agreementId in result
-----------------------------------------------------

                 Key: OFBIZ-4224
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4224
             Project: OFBiz
          Issue Type: Bug
          Components: accounting
    Affects Versions: SVN trunk
         Environment: rev 1084054
            Reporter: Paul Foxworthy
            Priority: Minor


The createAgreementItem service in applications/accounting/script/org/ofbiz/accounting/agreement/AgreementServices.xml doesn't set the agreementId in the result map properly.

Line 129 is

    <field-to-result field="agreementId" result-name="agreementId"/>

and should be

    <field-to-result field="parameters.agreementId" result-name="agreementId"/>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (OFBIZ-4224) createAgreementItem doesn't set agreementId in result

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

Paul Foxworthy updated OFBIZ-4224:
----------------------------------

    Attachment: OFBIZ-4224_AgreementServices.patch

> createAgreementItem doesn't set agreementId in result
> -----------------------------------------------------
>
>                 Key: OFBIZ-4224
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4224
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: SVN trunk
>         Environment: rev 1084054
>            Reporter: Paul Foxworthy
>            Priority: Minor
>         Attachments: OFBIZ-4224_AgreementServices.patch
>
>
> The createAgreementItem service in applications/accounting/script/org/ofbiz/accounting/agreement/AgreementServices.xml doesn't set the agreementId in the result map properly.
> Line 129 is
>     <field-to-result field="agreementId" result-name="agreementId"/>
> and should be
>     <field-to-result field="parameters.agreementId" result-name="agreementId"/>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (OFBIZ-4224) createAgreementItem doesn't set agreementId in result

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

Jacques Le Roux closed OFBIZ-4224.
----------------------------------

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

Thanks Paul,

Your slightly modified patch is in trunk at r1085774, R10.04 at r1085775, R9.04 at r1085776.

Minor detail: I rather used newEntity.agreementId like in the line below newEntity.agreementItemSeqId


> createAgreementItem doesn't set agreementId in result
> -----------------------------------------------------
>
>                 Key: OFBIZ-4224
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4224
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: SVN trunk
>         Environment: rev 1084054
>            Reporter: Paul Foxworthy
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4224_AgreementServices.patch
>
>
> The createAgreementItem service in applications/accounting/script/org/ofbiz/accounting/agreement/AgreementServices.xml doesn't set the agreementId in the result map properly.
> Line 129 is
>     <field-to-result field="agreementId" result-name="agreementId"/>
> and should be
>     <field-to-result field="parameters.agreementId" result-name="agreementId"/>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira