You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Si Chen (JIRA)" <ji...@apache.org> on 2007/03/13 19:11:09 UTC

[jira] Created: (OFBIZ-812) multi-form select boxes broken

multi-form select boxes broken
------------------------------

                 Key: OFBIZ-812
                 URL: https://issues.apache.org/jira/browse/OFBIZ-812
             Project: OFBiz (The Open for Business Project)
          Issue Type: Bug
          Components: framework
            Reporter: Si Chen
            Priority: Blocker


Something happened last week and the multi-select form select boxes of the form widget are no longer showing up.  This is a critical problem.

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


[jira] Commented: (OFBIZ-812) multi-form select boxes broken

Posted by "Leon Torres (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480528 ] 

Leon Torres commented on OFBIZ-812:
-----------------------------------

Are there related revisions related to 516317?  I reverted it in my instance and now the checkboxes show up, but the select all button still does not work.

> multi-form select boxes broken
> ------------------------------
>
>                 Key: OFBIZ-812
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-812
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: framework
>            Reporter: Si Chen
>            Priority: Blocker
>
> Something happened last week and the multi-select form select boxes of the form widget are no longer showing up.  This is a critical problem.

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


[jira] Commented: (OFBIZ-812) multi-form select boxes broken

Posted by "Adrian Crum (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480509 ] 

Adrian Crum commented on OFBIZ-812:
-----------------------------------

Check on rev 516317 to see if that had anything to do with it.


> multi-form select boxes broken
> ------------------------------
>
>                 Key: OFBIZ-812
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-812
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: framework
>            Reporter: Si Chen
>            Priority: Blocker
>
> Something happened last week and the multi-select form select boxes of the form widget are no longer showing up.  This is a critical problem.

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


[jira] Closed: (OFBIZ-812) multi-form select boxes broken

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

Si Chen closed OFBIZ-812.
-------------------------

    Resolution: Fixed

Thanks for fixing that Scott.

> multi-form select boxes broken
> ------------------------------
>
>                 Key: OFBIZ-812
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-812
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: framework
>            Reporter: Si Chen
>            Priority: Blocker
>         Attachments: ModelFormField.patch
>
>
> Something happened last week and the multi-select form select boxes of the form widget are no longer showing up.  This is a critical problem.

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


[jira] Commented: (OFBIZ-812) multi-form select boxes broken

Posted by "Scott Gray (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481076 ] 

Scott Gray commented on OFBIZ-812:
----------------------------------

Here's a quick fix from the applications side:
replace:
<check/>
with:
<check><option key="Y" description=" "/></check>

I guess the best solution would be to have the form widget generate a standard check box if the option list is empty.

> multi-form select boxes broken
> ------------------------------
>
>                 Key: OFBIZ-812
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-812
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: framework
>            Reporter: Si Chen
>            Priority: Blocker
>
> Something happened last week and the multi-select form select boxes of the form widget are no longer showing up.  This is a critical problem.

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


[jira] Updated: (OFBIZ-812) multi-form select boxes broken

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

Scott Gray updated OFBIZ-812:
-----------------------------

    Attachment: ModelFormField.patch

Here's a patch which fixes this from the framework side, I'm not sure what effect it will have on other field types that use the option list stuff.

If there are no options in the form def, then a default option is added with value="Y" and description=" "

> multi-form select boxes broken
> ------------------------------
>
>                 Key: OFBIZ-812
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-812
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: framework
>            Reporter: Si Chen
>            Priority: Blocker
>         Attachments: ModelFormField.patch
>
>
> Something happened last week and the multi-select form select boxes of the form widget are no longer showing up.  This is a critical problem.

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


[jira] Commented: (OFBIZ-812) multi-form select boxes broken

Posted by "Scott Gray (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481077 ] 

Scott Gray commented on OFBIZ-812:
----------------------------------

note:
there is a space in between the description quote marks.  If it isn't there then "Y" will appear next to the check box.

> multi-form select boxes broken
> ------------------------------
>
>                 Key: OFBIZ-812
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-812
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: framework
>            Reporter: Si Chen
>            Priority: Blocker
>
> Something happened last week and the multi-select form select boxes of the form widget are no longer showing up.  This is a critical problem.

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