You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Rishi Solanki (JIRA)" <ji...@apache.org> on 2018/06/23 13:25:00 UTC

[jira] [Commented] (OFBIZ-10432) Expansion of form widget field disabled atrribute with xsd improvement.

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

Rishi Solanki commented on OFBIZ-10432:
---------------------------------------

Current Usage:
{code}
<field><check disabled="true"/></field>
{code}

Proposed Usage:
{code}
<field disabled="true"></field>
{code}

Note: Testing should cover the list and multi forms.


> Expansion of form widget field disabled atrribute with xsd improvement.
> -----------------------------------------------------------------------
>
>                 Key: OFBIZ-10432
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10432
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Rishi Solanki
>            Priority: Major
>
> As suggested by Taher, GIl and Jacques;
> https://ofbiz.markmail.org/search/?q=r1833231
> Improvements to be take care;
> 1) It seems like a useful feature to have in all form widgets.
> 2) In the xsd it's better to use xs:boolean type, instead of enumeration type.
> Source ticket for partial improvement: OFBIZ-10367



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)