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

Arun Patidar edited comment on OFBIZ-10282 at 3/16/18 9:13 AM:
---------------------------------------------------------------

Here, I am suggesting to remove empty field value from SystemProperty xml data 
to prevent data overridden.

Like change from

<SystemProperty systemResourceId="general" 
systemPropertyId="mail.smtp.relay.host" *systemPropertyValue=""* 
description="the default mail server to use"/>

to 

<SystemProperty systemResourceId="general" 
systemPropertyId="mail.smtp.relay.host" description="the default mail server to 
use"/>

 

This applies to all entities empty field values, here I took SystemProperty at 
first glance.  

 


was (Author: arunpati):
Here, I am suggesting to remove empty field value from SystemProperty xml data 
to prevent data overridden.

Like change from

<SystemProperty systemResourceId="general" 
systemPropertyId="mail.smtp.relay.host" *systemPropertyValue=""* 
description="the default mail server to use"/>

to 

<SystemProperty systemResourceId="general" 
systemPropertyId="mail.smtp.relay.host" description="the default mail server to 
use"/>

 

> Remove empty systemPropertyValue field values from SystemProperty xml data 
> files.
> ---------------------------------------------------------------------------------
>
>                 Key: OFBIZ-10282
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10282
>             Project: OFBiz
>          Issue Type: Improvement
>    Affects Versions: Trunk
>            Reporter: Arun Patidar
>            Assignee: Arun Patidar
>            Priority: Major
>
> Remove empty systemPropertyValue field values from SystemProperty xml data 
> files.
> Current system overrides  value with empty value if it is mentioned in XML 
> data tag. So need to remove empty field values to override data on the 
> exisitng instance. 
>  



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

Reply via email to