You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2007/12/05 09:43:36 UTC

svn commit: r601248 - /ofbiz/branches/release4.0/framework/entity/src/org/ofbiz/entity/model/ModelViewEntity.java

Author: jleroux
Date: Wed Dec  5 00:43:35 2007
New Revision: 601248

URL: http://svn.apache.org/viewvc?rev=601248&view=rev
Log:
Applied fix from trunk for revision: 601072

Modified:
    ofbiz/branches/release4.0/framework/entity/src/org/ofbiz/entity/model/ModelViewEntity.java

Modified: ofbiz/branches/release4.0/framework/entity/src/org/ofbiz/entity/model/ModelViewEntity.java
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/entity/src/org/ofbiz/entity/model/ModelViewEntity.java?rev=601248&r1=601247&r2=601248&view=diff
==============================================================================
--- ofbiz/branches/release4.0/framework/entity/src/org/ofbiz/entity/model/ModelViewEntity.java (original)
+++ ofbiz/branches/release4.0/framework/entity/src/org/ofbiz/entity/model/ModelViewEntity.java Wed Dec  5 00:43:35 2007
@@ -405,6 +405,9 @@
                 field.validators = aliasedField.validators;
                 
                 field.colName = alias.entityAlias + "." + SqlJdbcUtil.filterColName(aliasedField.colName);
+                if (UtilValidate.isEmpty(field.description)) {
+                    field.description = aliasedField.description;
+                }
             }
 
             this.fields.add(field);



Re: svn commit: r601248 - /ofbiz/branches/release4.0/framework/entity/src/org/ofbiz/entity/model/ModelViewEntity.java

Posted by Scott Gray <le...@gmail.com>.
Thanks again Bilgin, fixed in rev. 601667

Regards
Scott

On 06/12/2007, Bilgin Ibryam <bi...@iguanait.com> wrote:
>
>
>
> Scott,
>
> Thanks for fast response
> There is one more problematic commit in release4.0 preventing from
> compiling:  r601057
> release4.0 uses java 1.4 and i think thats the reason for not compiling...
>
> Regards,
> Bilgin
>
> --
> View this message in context:
> http://www.nabble.com/Re%3A-svn-commit%3A-r601248----ofbiz-branches-release4.0-framework-entity-src-org-ofbiz-entity-model-ModelViewEntity.java-tf4954825.html#a14188785
> Sent from the OFBiz - Dev mailing list archive at Nabble.com.
>
>

Re: svn commit: r601248 - /ofbiz/branches/release4.0/framework/entity/src/org/ofbiz/entity/model/ModelViewEntity.java

Posted by Bilgin Ibryam <bi...@iguanait.com>.

Scott,

Thanks for fast response
There is one more problematic commit in release4.0 preventing from
compiling:  r601057
release4.0 uses java 1.4 and i think thats the reason for not compiling...

Regards,
Bilgin

-- 
View this message in context: http://www.nabble.com/Re%3A-svn-commit%3A-r601248----ofbiz-branches-release4.0-framework-entity-src-org-ofbiz-entity-model-ModelViewEntity.java-tf4954825.html#a14188785
Sent from the OFBiz - Dev mailing list archive at Nabble.com.


Re: svn commit: r601248 - /ofbiz/branches/release4.0/framework/entity/src/org/ofbiz/entity/model/ModelViewEntity.java

Posted by Scott Gray <le...@gmail.com>.
Thanks Bilgin, reverted in rev. 601661

Regards
Scott

On 06/12/2007, Bilgin Ibryam <bi...@iguanait.com> wrote:
>
>
> Hi Jacques,
>
> ModelChild in release4 doesnot have description field and after this
> commit
> release4 is not able to compile!
>
> Bilgin
> --
> View this message in context:
> http://www.nabble.com/svn-commit%3A-r601248----ofbiz-branches-release4.0-framework-entity-src-org-ofbiz-entity-model-ModelViewEntity.java-tf4948220.html#a14188016
> Sent from the OFBiz - Commits mailing list archive at Nabble.com.
>
>

Re: svn commit: r601248 - /ofbiz/branches/release4.0/framework/entity/src/org/ofbiz/entity/model/ModelViewEntity.java

Posted by Jacques Le Roux <ja...@les7arts.com>.
Seems that I was beaten by Scott, I had to update then merge back and commit. Actually I did not look closer and I was doing all
that for nothing :o)

Thanks guys and sorry again (I forgot to compile after these commits)

Jacques

De : "Jacques Le Roux" <ja...@les7arts.com>
> Thanks and sorry Bilgin,
>
> Reverted
>
> Jacques
>
> De : "Bilgin Ibryam" <bi...@iguanait.com>
> >
> > Hi Jacques,
> >
> > ModelChild in release4 doesnot have description field and after this commit
> > release4 is not able to compile!
> >
> > Bilgin
> > -- 
> > View this message in context:
>
http://www.nabble.com/svn-commit%3A-r601248----ofbiz-branches-release4.0-framework-entity-src-org-ofbiz-entity-model-ModelViewEntity.java-tf4948220.html#a14188016
> > Sent from the OFBiz - Commits mailing list archive at Nabble.com.
> >
>


Re: svn commit: r601248 - /ofbiz/branches/release4.0/framework/entity/src/org/ofbiz/entity/model/ModelViewEntity.java

Posted by Jacques Le Roux <ja...@les7arts.com>.
Thanks and sorry Bilgin,

Reverted

Jacques

De : "Bilgin Ibryam" <bi...@iguanait.com>
>
> Hi Jacques,
>
> ModelChild in release4 doesnot have description field and after this commit
> release4 is not able to compile!
>
> Bilgin
> -- 
> View this message in context:
http://www.nabble.com/svn-commit%3A-r601248----ofbiz-branches-release4.0-framework-entity-src-org-ofbiz-entity-model-ModelViewEntity.java-tf4948220.html#a14188016
> Sent from the OFBiz - Commits mailing list archive at Nabble.com.
>


Re: svn commit: r601248 - /ofbiz/branches/release4.0/framework/entity/src/org/ofbiz/entity/model/ModelViewEntity.java

Posted by Bilgin Ibryam <bi...@iguanait.com>.
Hi Jacques,

ModelChild in release4 doesnot have description field and after this commit
release4 is not able to compile!

Bilgin
-- 
View this message in context: http://www.nabble.com/svn-commit%3A-r601248----ofbiz-branches-release4.0-framework-entity-src-org-ofbiz-entity-model-ModelViewEntity.java-tf4948220.html#a14188016
Sent from the OFBiz - Commits mailing list archive at Nabble.com.