|
Improve auto-fields-entity (select include field and auto drop-down)
-------------------------------------------------------------------- Key: OFBIZ-4467 URL: https://issues.apache.org/jira/browse/OFBIZ-4467 Project: OFBiz Issue Type: Improvement Components: framework Affects Versions: SVN trunk Reporter: Nicolas Malin Priority: Minor Hi Here are two improvments to complete the element 'auto-fields-entity' of forms. The first one consists in adding one fields allowing to select which fields are include in the form (same way as what is made on the definitions of service): For example: <auto-fields-entity entity-name="Example" include="pk" default-field-type="display"/> => To display only the primary key fields of the Example entity <auto-fields-entity entity-name="Example" include="nonpk" default-field-type="edit"> => To display only the non primary key fields of the Example entity <exclude field-name="longDescription"/> => To exclude one precise fields of an entity The second one consists in including for fields with relation a drop-down or a display entity according to EntityType Any comments are welcome -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
[ https://issues.apache.org/jira/browse/OFBIZ-4467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-4467: --------------------------------- Attachment: OFBIZ-4467.png OFBIZ-4467.patch > Improve auto-fields-entity (select include field and auto drop-down) > -------------------------------------------------------------------- > > Key: OFBIZ-4467 > URL: https://issues.apache.org/jira/browse/OFBIZ-4467 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Nicolas Malin > Priority: Minor > Attachments: OFBIZ-4467.patch, OFBIZ-4467.png > > > Hi > Here are two improvments to complete the element 'auto-fields-entity' of forms. > The first one consists in adding one fields allowing to select which fields are include in the form (same way as what is made on the definitions of service): > For example: > <auto-fields-entity entity-name="Example" include="pk" default-field-type="display"/> > => To display only the primary key fields of the Example entity > <auto-fields-entity entity-name="Example" include="nonpk" default-field-type="edit"> > => To display only the non primary key fields of the Example entity > <exclude field-name="longDescription"/> > => To exclude one precise fields of an entity > The second one consists in including for fields with relation a drop-down or a display entity according to EntityType > Any comments are welcome -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-4467: --------------------------------- Attachment: OFBIZ-4467.patch OFBIZ-4467-example.patch Update patch with better relation resolution : * drop-down is not allow to empty if relation is entity-entityType * use relation-field for drop-down * add xsd annotation > Improve auto-fields-entity (select include field and auto drop-down) > -------------------------------------------------------------------- > > Key: OFBIZ-4467 > URL: https://issues.apache.org/jira/browse/OFBIZ-4467 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Nicolas Malin > Priority: Minor > Attachments: OFBIZ-4467-example.patch, OFBIZ-4467.patch, OFBIZ-4467.patch, OFBIZ-4467.png > > > Hi > Here are two improvments to complete the element 'auto-fields-entity' of forms. > The first one consists in adding one fields allowing to select which fields are include in the form (same way as what is made on the definitions of service): > For example: > <auto-fields-entity entity-name="Example" include="pk" default-field-type="display"/> > => To display only the primary key fields of the Example entity > <auto-fields-entity entity-name="Example" include="nonpk" default-field-type="edit"> > => To display only the non primary key fields of the Example entity > <exclude field-name="longDescription"/> > => To exclude one precise fields of an entity > The second one consists in including for fields with relation a drop-down or a display entity according to EntityType > Any comments are welcome -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-4467: --------------------------------- Attachment: OFBIZ-4467.patch Miss Grant license to ASF on OFBIZ-4467.patch. The OFBIZ-4467-example.patch use only to check improvement > Improve auto-fields-entity (select include field and auto drop-down) > -------------------------------------------------------------------- > > Key: OFBIZ-4467 > URL: https://issues.apache.org/jira/browse/OFBIZ-4467 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Nicolas Malin > Priority: Minor > Attachments: OFBIZ-4467-example.patch, OFBIZ-4467.patch, OFBIZ-4467.patch, OFBIZ-4467.patch, OFBIZ-4467.png > > > Hi > Here are two improvments to complete the element 'auto-fields-entity' of forms. > The first one consists in adding one fields allowing to select which fields are include in the form (same way as what is made on the definitions of service): > For example: > <auto-fields-entity entity-name="Example" include="pk" default-field-type="display"/> > => To display only the primary key fields of the Example entity > <auto-fields-entity entity-name="Example" include="nonpk" default-field-type="edit"> > => To display only the non primary key fields of the Example entity > <exclude field-name="longDescription"/> > => To exclude one precise fields of an entity > The second one consists in including for fields with relation a drop-down or a display entity according to EntityType > Any comments are welcome -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-4467: --------------------------------- Attachment: (was: OFBIZ-4467.patch) > Improve auto-fields-entity (select include field and auto drop-down) > -------------------------------------------------------------------- > > Key: OFBIZ-4467 > URL: https://issues.apache.org/jira/browse/OFBIZ-4467 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Nicolas Malin > Priority: Minor > Attachments: OFBIZ-4467-example.patch, OFBIZ-4467.patch, OFBIZ-4467.patch, OFBIZ-4467.png > > > Hi > Here are two improvments to complete the element 'auto-fields-entity' of forms. > The first one consists in adding one fields allowing to select which fields are include in the form (same way as what is made on the definitions of service): > For example: > <auto-fields-entity entity-name="Example" include="pk" default-field-type="display"/> > => To display only the primary key fields of the Example entity > <auto-fields-entity entity-name="Example" include="nonpk" default-field-type="edit"> > => To display only the non primary key fields of the Example entity > <exclude field-name="longDescription"/> > => To exclude one precise fields of an entity > The second one consists in including for fields with relation a drop-down or a display entity according to EntityType > Any comments are welcome -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Malin updated OFBIZ-4467: --------------------------------- Affects Version/s: Screen Widget Redesign > Improve auto-fields-entity (select include field and auto drop-down) > -------------------------------------------------------------------- > > Key: OFBIZ-4467 > URL: https://issues.apache.org/jira/browse/OFBIZ-4467 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: Screen Widget Redesign, SVN trunk > Reporter: Nicolas Malin > Priority: Minor > Attachments: OFBIZ-4467-example.patch, OFBIZ-4467.patch, OFBIZ-4467.patch, OFBIZ-4467.png > > > Hi > Here are two improvments to complete the element 'auto-fields-entity' of forms. > The first one consists in adding one fields allowing to select which fields are include in the form (same way as what is made on the definitions of service): > For example: > <auto-fields-entity entity-name="Example" include="pk" default-field-type="display"/> > => To display only the primary key fields of the Example entity > <auto-fields-entity entity-name="Example" include="nonpk" default-field-type="edit"> > => To display only the non primary key fields of the Example entity > <exclude field-name="longDescription"/> > => To exclude one precise fields of an entity > The second one consists in including for fields with relation a drop-down or a display entity according to EntityType > Any comments are welcome -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-4467: -------------------------------------- Assignee: Jacques Le Roux > Improve auto-fields-entity (select include field and auto drop-down) > -------------------------------------------------------------------- > > Key: OFBIZ-4467 > URL: https://issues.apache.org/jira/browse/OFBIZ-4467 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: Screen Widget Redesign, SVN trunk > Reporter: Nicolas Malin > Assignee: Jacques Le Roux > Priority: Minor > Attachments: OFBIZ-4467-example.patch, OFBIZ-4467.patch, OFBIZ-4467.patch, OFBIZ-4467.png > > > Hi > Here are two improvments to complete the element 'auto-fields-entity' of forms. > The first one consists in adding one fields allowing to select which fields are include in the form (same way as what is made on the definitions of service): > For example: > <auto-fields-entity entity-name="Example" include="pk" default-field-type="display"/> > => To display only the primary key fields of the Example entity > <auto-fields-entity entity-name="Example" include="nonpk" default-field-type="edit"> > => To display only the non primary key fields of the Example entity > <exclude field-name="longDescription"/> > => To exclude one precise fields of an entity > The second one consists in including for fields with relation a drop-down or a display entity according to EntityType > Any comments are welcome -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-4467: -------------------------------------- Assignee: (was: Jacques Le Roux) > Improve auto-fields-entity (select include field and auto drop-down) > -------------------------------------------------------------------- > > Key: OFBIZ-4467 > URL: https://issues.apache.org/jira/browse/OFBIZ-4467 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: Screen Widget Redesign, SVN trunk > Reporter: Nicolas Malin > Priority: Minor > Attachments: OFBIZ-4467-example.patch, OFBIZ-4467.patch, OFBIZ-4467.patch, OFBIZ-4467.png > > > Hi > Here are two improvments to complete the element 'auto-fields-entity' of forms. > The first one consists in adding one fields allowing to select which fields are include in the form (same way as what is made on the definitions of service): > For example: > <auto-fields-entity entity-name="Example" include="pk" default-field-type="display"/> > => To display only the primary key fields of the Example entity > <auto-fields-entity entity-name="Example" include="nonpk" default-field-type="edit"> > => To display only the non primary key fields of the Example entity > <exclude field-name="longDescription"/> > => To exclude one precise fields of an entity > The second one consists in including for fields with relation a drop-down or a display entity according to EntityType > Any comments are welcome -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494933#comment-13494933 ] Jacques Le Roux commented on OFBIZ-4467: ---------------------------------------- Hi Nicolas, I tried your patch but it does no longer apply on trunk. > Improve auto-fields-entity (select include field and auto drop-down) > -------------------------------------------------------------------- > > Key: OFBIZ-4467 > URL: https://issues.apache.org/jira/browse/OFBIZ-4467 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: Screen Widget Redesign, SVN trunk > Reporter: Nicolas Malin > Priority: Minor > Attachments: OFBIZ-4467-example.patch, OFBIZ-4467.patch, OFBIZ-4467.patch, OFBIZ-4467.png > > > Hi > Here are two improvments to complete the element 'auto-fields-entity' of forms. > The first one consists in adding one fields allowing to select which fields are include in the form (same way as what is made on the definitions of service): > For example: > <auto-fields-entity entity-name="Example" include="pk" default-field-type="display"/> > => To display only the primary key fields of the Example entity > <auto-fields-entity entity-name="Example" include="nonpk" default-field-type="edit"> > => To display only the non primary key fields of the Example entity > <exclude field-name="longDescription"/> > => To exclude one precise fields of an entity > The second one consists in including for fields with relation a drop-down or a display entity according to EntityType > Any comments are welcome -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494999#comment-13494999 ] Nicolas Malin commented on OFBIZ-4467: -------------------------------------- Hi Jacques, I will recreate the patch (I finish it) on last trunk and make tests (to do ;) ). Nicolas > Improve auto-fields-entity (select include field and auto drop-down) > -------------------------------------------------------------------- > > Key: OFBIZ-4467 > URL: https://issues.apache.org/jira/browse/OFBIZ-4467 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: Screen Widget Redesign, SVN trunk > Reporter: Nicolas Malin > Priority: Minor > Attachments: OFBIZ-4467-example.patch, OFBIZ-4467.patch, OFBIZ-4467.patch, OFBIZ-4467.png > > > Hi > Here are two improvments to complete the element 'auto-fields-entity' of forms. > The first one consists in adding one fields allowing to select which fields are include in the form (same way as what is made on the definitions of service): > For example: > <auto-fields-entity entity-name="Example" include="pk" default-field-type="display"/> > => To display only the primary key fields of the Example entity > <auto-fields-entity entity-name="Example" include="nonpk" default-field-type="edit"> > => To display only the non primary key fields of the Example entity > <exclude field-name="longDescription"/> > => To exclude one precise fields of an entity > The second one consists in including for fields with relation a drop-down or a display entity according to EntityType > Any comments are welcome -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507329#comment-13507329 ] Nicolas Malin commented on OFBIZ-4467: -------------------------------------- Jacques, this issue use same xml element include by OFBIZ-4472. I prefer wait the OFBIZ-4472 evolution before resynchronize patch with trunk > Improve auto-fields-entity (select include field and auto drop-down) > -------------------------------------------------------------------- > > Key: OFBIZ-4467 > URL: https://issues.apache.org/jira/browse/OFBIZ-4467 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: Screen Widget Redesign, SVN trunk > Reporter: Nicolas Malin > Priority: Minor > Attachments: OFBIZ-4467-example.patch, OFBIZ-4467.patch, OFBIZ-4467.patch, OFBIZ-4467.png > > > Hi > Here are two improvments to complete the element 'auto-fields-entity' of forms. > The first one consists in adding one fields allowing to select which fields are include in the form (same way as what is made on the definitions of service): > For example: > <auto-fields-entity entity-name="Example" include="pk" default-field-type="display"/> > => To display only the primary key fields of the Example entity > <auto-fields-entity entity-name="Example" include="nonpk" default-field-type="edit"> > => To display only the non primary key fields of the Example entity > <exclude field-name="longDescription"/> > => To exclude one precise fields of an entity > The second one consists in including for fields with relation a drop-down or a display entity according to EntityType > Any comments are welcome -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
| Free forum by Nabble | Edit this page |
