You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Gil Portenseigne (JIRA)" <ji...@apache.org> on 2015/06/20 23:20:00 UTC

[jira] [Updated] (OFBIZ-6524) Cleaning forms code after setting default-value in list-options and entity-options

     [ https://issues.apache.org/jira/browse/OFBIZ-6524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gil Portenseigne updated OFBIZ-6524:
------------------------------------
    Attachment: OFBIZ-6524.patch

It's a big patch 10k+ lines.

I use big replacements, and ckeck it afterward, first checking parts of the patch file, then with bash :
{code}grep "^-" OFBIZ-6524.patch | grep -v entity-option | grep -v list-option | grep -v display-entity | grep -v révision
//this select replaced lines, then remove wanted corrections and revision lines{code}

I found some unwanting changes that i removed from the patch.

Seems safe to apply

> Cleaning forms code after setting default-value in list-options and entity-options
> ----------------------------------------------------------------------------------
>
>                 Key: OFBIZ-6524
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6524
>             Project: OFBiz
>          Issue Type: Improvement
>    Affects Versions: Trunk
>            Reporter: Gil Portenseigne
>            Priority: Minor
>             Fix For: Upcoming Branch
>
>         Attachments: OFBIZ-6524.patch
>
>
> Cleaning forms code is needed after setting default-value in list-options and entity-options from OFBIZ-6490 and OFBIZ-6489.
> i.e. removing lots of {code}description=${description}{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)