|
Adding description to checkboxes
-------------------------------- Key: OFBIZ-3375 URL: https://issues.apache.org/jira/browse/OFBIZ-3375 Project: OFBiz Issue Type: Improvement Components: ALL APPLICATIONS Affects Versions: SVN trunk Reporter: Erwan de FERRIERES Priority: Minor Fix For: SVN trunk When using a field calling all the values, the descriptions are not displayed near the checkboxes, like on the checkboxes_before.png. The improvement will display the descriptions (checkboxes_after.png). A form has been added in example to show how to use it. {code} <field name="ExampleTypeId"> <check> <entity-options key-field-name="exampleTypeId" description="${description}" entity-name="ExampleType"/> </check> </field> {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
[ https://issues.apache.org/jira/browse/OFBIZ-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES updated OFBIZ-3375: -------------------------------------- Attachment: OFBIZ-3375.diff checkbox_after.png checkbox_before.png images and patch > Adding description to checkboxes > -------------------------------- > > Key: OFBIZ-3375 > URL: https://issues.apache.org/jira/browse/OFBIZ-3375 > Project: OFBiz > Issue Type: Improvement > Components: ALL APPLICATIONS > Affects Versions: SVN trunk > Reporter: Erwan de FERRIERES > Priority: Minor > Fix For: SVN trunk > > Attachments: checkbox_after.png, checkbox_before.png, OFBIZ-3375.diff > > > When using a field calling all the values, the descriptions are not displayed near the checkboxes, like on the checkboxes_before.png. The improvement will display the descriptions (checkboxes_after.png). A form has been added in example to show how to use it. > {code} > <field name="ExampleTypeId"> > <check> > <entity-options key-field-name="exampleTypeId" description="${description}" entity-name="ExampleType"/> > </check> > </field> > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793689#action_12793689 ] David E. Jones commented on OFBIZ-3375: --------------------------------------- Thanks Erwan, that's a good catch. I'm not sure why that wasn't working, but the patch looks good for fixing it. > Adding description to checkboxes > -------------------------------- > > Key: OFBIZ-3375 > URL: https://issues.apache.org/jira/browse/OFBIZ-3375 > Project: OFBiz > Issue Type: Improvement > Components: ALL APPLICATIONS > Affects Versions: SVN trunk > Reporter: Erwan de FERRIERES > Priority: Minor > Fix For: SVN trunk > > Attachments: checkbox_after.png, checkbox_before.png, OFBIZ-3375.diff > > > When using a field calling all the values, the descriptions are not displayed near the checkboxes, like on the checkboxes_before.png. The improvement will display the descriptions (checkboxes_after.png). A form has been added in example to show how to use it. > {code} > <field name="ExampleTypeId"> > <check> > <entity-options key-field-name="exampleTypeId" description="${description}" entity-name="ExampleType"/> > </check> > </field> > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES closed OFBIZ-3375. ------------------------------------- Resolution: Fixed Done at rev. 893282 For the record, I wasn't the one discovering this issue ! > Adding description to checkboxes > -------------------------------- > > Key: OFBIZ-3375 > URL: https://issues.apache.org/jira/browse/OFBIZ-3375 > Project: OFBiz > Issue Type: Improvement > Components: ALL APPLICATIONS > Affects Versions: SVN trunk > Reporter: Erwan de FERRIERES > Priority: Minor > Fix For: SVN trunk > > Attachments: checkbox_after.png, checkbox_before.png, OFBIZ-3375.diff > > > When using a field calling all the values, the descriptions are not displayed near the checkboxes, like on the checkboxes_before.png. The improvement will display the descriptions (checkboxes_after.png). A form has been added in example to show how to use it. > {code} > <field name="ExampleTypeId"> > <check> > <entity-options key-field-name="exampleTypeId" description="${description}" entity-name="ExampleType"/> > </check> > </field> > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
| Free forum by Nabble | Edit this page |
