You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2007/12/21 15:22:43 UTC

[jira] Commented: (OFBIZ-1180) Quote WorkEffort bug

    [ https://issues.apache.org/jira/browse/OFBIZ-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553951 ] 

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

I just tried to merge rev. 582338 in release4.0 but was unable to commit for unknown reason, I got this

D:\workspace\ofbizRelease4.0>echo off
version to merge :582338

D:\workspace\ofbizRelease4.0>svn merge -r 582337:582338 https://svn.apache.org/repos/asf/ofbiz/trunk
U    framework\widget\src\org\ofbiz\widget\form\ModelForm.java
U    framework\widget\src\org\ofbiz\widget\html\HtmlFormRenderer.java
U    framework\widget\dtd\widget-form.xsd

D:\workspace\ofbizRelease4.0>svn commit -m "Applied fix from trunk for revision: 582338"

I gived up after 2 tries...

> Quote WorkEffort bug
> --------------------
>
>                 Key: OFBIZ-1180
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1180
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Bilgin Ibryam
>            Assignee: Jacques Le Roux
>             Fix For: SVN trunk
>
>         Attachments: quote_work_effort.patch
>
>
> Adding WorkEfforts to quotes is broken. The reason is that the form "AddQuoteWorkEffort"  extends="EditWorkEffort". 
> So even its target="createQuoteWorkEffort" it uses  <alt-target target="createWorkEffort" use-when="workEffort==null"/> from the original form. I tried to use another alt-target but the form always use the original alt-target to createWorkEffort".  Any idea how to override this alt-target ?
> For now i replaced  in the controller the request from createQuoteWorkEffort to createWorkEffort.
> Another bug is in the ECA rule, the field name is misspelled. So right now everything works.
> Regards,
> Bilgin Ibyram

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