You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Adam Heath (JIRA)" <ji...@apache.org> on 2010/02/27 00:08:06 UTC

[jira] Created: (OFBIZ-3522) webtools ViewGeneric does not work with entities that have BigDecimal fields

webtools ViewGeneric does not work with entities that have BigDecimal fields
----------------------------------------------------------------------------

                 Key: OFBIZ-3522
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3522
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: Release Branch 4.0, Release Branch 9.04, SVN trunk
            Reporter: Adam Heath


Trying to use ViewGeneric on an OrderItem row doesn't work.  Load the demo data, go to ViewGeneric in webtools, find or findAll, click on one of the rows, and note that any quantity based fields are not shown.  It also doesn't let you edit the values.

this appears to be left over from when ofbiz switched over to BigDecimal, ages and ages ago.

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


[jira] Commented: (OFBIZ-3522) webtools ViewGeneric does not work with entities that have BigDecimal fields

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840584#action_12840584 ] 

Jacopo Cappellato commented on OFBIZ-3522:
------------------------------------------

Adam, could you please verify if my guess in my last comment is correct and then close this issue?



> webtools ViewGeneric does not work with entities that have BigDecimal fields
> ----------------------------------------------------------------------------
>
>                 Key: OFBIZ-3522
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3522
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 4.0, Release Branch 9.04, SVN trunk
>            Reporter: Adam Heath
>            Assignee: Adam Heath
>
> Trying to use ViewGeneric on an OrderItem row doesn't work.  Load the demo data, go to ViewGeneric in webtools, find or findAll, click on one of the rows, and note that any quantity based fields are not shown.  It also doesn't let you edit the values.
> this appears to be left over from when ofbiz switched over to BigDecimal, ages and ages ago.

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


[jira] Resolved: (OFBIZ-3522) webtools ViewGeneric does not work with entities that have BigDecimal fields

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

Jacopo Cappellato resolved OFBIZ-3522.
--------------------------------------

    Resolution: Fixed
      Assignee: Adam Heath  (was: Jacopo Cappellato)

> webtools ViewGeneric does not work with entities that have BigDecimal fields
> ----------------------------------------------------------------------------
>
>                 Key: OFBIZ-3522
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3522
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 4.0, Release Branch 9.04, SVN trunk
>            Reporter: Adam Heath
>            Assignee: Adam Heath
>
> Trying to use ViewGeneric on an OrderItem row doesn't work.  Load the demo data, go to ViewGeneric in webtools, find or findAll, click on one of the rows, and note that any quantity based fields are not shown.  It also doesn't let you edit the values.
> this appears to be left over from when ofbiz switched over to BigDecimal, ages and ages ago.

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


[jira] Commented: (OFBIZ-3522) webtools ViewGeneric does not work with entities that have BigDecimal fields

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839268#action_12839268 ] 

Jacopo Cappellato commented on OFBIZ-3522:
------------------------------------------

It is actually. I have tested it before my commit and tested it after your comment.
Is it possible that you are not using the screen as it is intended (i.e. click the "Edit" button and then change the value to the form that appers at the bottom of the page)?


> webtools ViewGeneric does not work with entities that have BigDecimal fields
> ----------------------------------------------------------------------------
>
>                 Key: OFBIZ-3522
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3522
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 4.0, Release Branch 9.04, SVN trunk
>            Reporter: Adam Heath
>            Assignee: Adam Heath
>
> Trying to use ViewGeneric on an OrderItem row doesn't work.  Load the demo data, go to ViewGeneric in webtools, find or findAll, click on one of the rows, and note that any quantity based fields are not shown.  It also doesn't let you edit the values.
> this appears to be left over from when ofbiz switched over to BigDecimal, ages and ages ago.

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


[jira] Reopened: (OFBIZ-3522) webtools ViewGeneric does not work with entities that have BigDecimal fields

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

Adam Heath reopened OFBIZ-3522:
-------------------------------


Not fixed, you can't edit anything either.

> webtools ViewGeneric does not work with entities that have BigDecimal fields
> ----------------------------------------------------------------------------
>
>                 Key: OFBIZ-3522
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3522
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 4.0, Release Branch 9.04, SVN trunk
>            Reporter: Adam Heath
>            Assignee: Adam Heath
>
> Trying to use ViewGeneric on an OrderItem row doesn't work.  Load the demo data, go to ViewGeneric in webtools, find or findAll, click on one of the rows, and note that any quantity based fields are not shown.  It also doesn't let you edit the values.
> this appears to be left over from when ofbiz switched over to BigDecimal, ages and ages ago.

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


[jira] Commented: (OFBIZ-3522) webtools ViewGeneric does not work with entities that have BigDecimal fields

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839189#action_12839189 ] 

Jacopo Cappellato commented on OFBIZ-3522:
------------------------------------------

I am testing this now and this is an update on my research: the update actually works but the numeric values are not retrieved and rendered on screen.


> webtools ViewGeneric does not work with entities that have BigDecimal fields
> ----------------------------------------------------------------------------
>
>                 Key: OFBIZ-3522
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3522
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 4.0, Release Branch 9.04, SVN trunk
>            Reporter: Adam Heath
>            Assignee: Jacopo Cappellato
>
> Trying to use ViewGeneric on an OrderItem row doesn't work.  Load the demo data, go to ViewGeneric in webtools, find or findAll, click on one of the rows, and note that any quantity based fields are not shown.  It also doesn't let you edit the values.
> this appears to be left over from when ofbiz switched over to BigDecimal, ages and ages ago.

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


[jira] Commented: (OFBIZ-3522) webtools ViewGeneric does not work with entities that have BigDecimal fields

Posted by "Adam Heath (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840884#action_12840884 ] 

Adam Heath commented on OFBIZ-3522:
-----------------------------------

Sorry, been busy with paying work, I'll try to get back to this tomorrow evening.

> webtools ViewGeneric does not work with entities that have BigDecimal fields
> ----------------------------------------------------------------------------
>
>                 Key: OFBIZ-3522
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3522
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 4.0, Release Branch 9.04, SVN trunk
>            Reporter: Adam Heath
>            Assignee: Adam Heath
>
> Trying to use ViewGeneric on an OrderItem row doesn't work.  Load the demo data, go to ViewGeneric in webtools, find or findAll, click on one of the rows, and note that any quantity based fields are not shown.  It also doesn't let you edit the values.
> this appears to be left over from when ofbiz switched over to BigDecimal, ages and ages ago.

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


[jira] Commented: (OFBIZ-3522) webtools ViewGeneric does not work with entities that have BigDecimal fields

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-3522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839193#action_12839193 ] 

Jacopo Cappellato commented on OFBIZ-3522:
------------------------------------------

Fixed in Release Branch 9.04 and SVN trunk
If you want to backport to 4.0, please refer to rev. 916925


> webtools ViewGeneric does not work with entities that have BigDecimal fields
> ----------------------------------------------------------------------------
>
>                 Key: OFBIZ-3522
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3522
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 4.0, Release Branch 9.04, SVN trunk
>            Reporter: Adam Heath
>            Assignee: Jacopo Cappellato
>
> Trying to use ViewGeneric on an OrderItem row doesn't work.  Load the demo data, go to ViewGeneric in webtools, find or findAll, click on one of the rows, and note that any quantity based fields are not shown.  It also doesn't let you edit the values.
> this appears to be left over from when ofbiz switched over to BigDecimal, ages and ages ago.

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


[jira] Assigned: (OFBIZ-3522) webtools ViewGeneric does not work with entities that have BigDecimal fields

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

Jacopo Cappellato reassigned OFBIZ-3522:
----------------------------------------

    Assignee: Jacopo Cappellato

> webtools ViewGeneric does not work with entities that have BigDecimal fields
> ----------------------------------------------------------------------------
>
>                 Key: OFBIZ-3522
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3522
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 4.0, Release Branch 9.04, SVN trunk
>            Reporter: Adam Heath
>            Assignee: Jacopo Cappellato
>
> Trying to use ViewGeneric on an OrderItem row doesn't work.  Load the demo data, go to ViewGeneric in webtools, find or findAll, click on one of the rows, and note that any quantity based fields are not shown.  It also doesn't let you edit the values.
> this appears to be left over from when ofbiz switched over to BigDecimal, ages and ages ago.

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