This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See http://git.nuiton.org/topia.git from 504b7d3 Fixes #3859. Merge branch 'feature/3859_add_schema_names_method' into develop new cb26887 Adding attribute in tag value search (See #3862) new cc288bd Fixes #3862 Merge branch 'feature/3862_fix_hibernateAttributeType_tag_value_usage' into develop The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit cc288bd8449cc9f5fcb266e7f2a510cc644ce5f9 Merge: 504b7d3 cb26887 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jan 9 17:19:56 2016 +0100 Fixes #3862 Merge branch 'feature/3862_fix_hibernateAttributeType_tag_value_usage' into develop commit cb2688782c7e3d4499fa2dc5dfd063955de6a195 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jan 9 17:18:38 2016 +0100 Adding attribute in tag value search (See #3862) Summary of changes: .../src/main/java/org/nuiton/topia/templates/TopiaTagValues.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See http://git.nuiton.org/topia.git commit cb2688782c7e3d4499fa2dc5dfd063955de6a195 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jan 9 17:18:38 2016 +0100 Adding attribute in tag value search (See #3862) --- .../src/main/java/org/nuiton/topia/templates/TopiaTagValues.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaTagValues.java b/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaTagValues.java index b28becb..923b7de 100644 --- a/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaTagValues.java +++ b/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaTagValues.java @@ -791,7 +791,7 @@ public class TopiaTagValues extends TagValueDefinitionProvider { if (value == null) { String tagValueName = TAG_HIBERNATE_ATTRIBUTE_TYPE + "." + attribute.getType(); String defaultValue = HIBERNATE_ATTRIBUTE_TYPE_DEFAULT_VALUES.get(attribute.getType()); - value = TagValues.findTagValue(tagValueName, defaultValue, classifier, aPackage, model); + value = TagValues.findTagValue(tagValueName, defaultValue, attribute, classifier, aPackage, model); } return value; @@ -810,7 +810,7 @@ public class TopiaTagValues extends TagValueDefinitionProvider { String value = TagValues.findDirectTagValue(TAG_ATTRIBUTE_TYPE, null, attribute); if (value == null) { String tagValueName = TAG_ATTRIBUTE_TYPE + "." + attribute.getType(); - value = TagValues.findTagValue(tagValueName, attribute.getType(), classifier, aPackage, model); + value = TagValues.findTagValue(tagValueName, attribute.getType(), attribute, classifier, aPackage, model); } return value; -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See http://git.nuiton.org/topia.git commit cc288bd8449cc9f5fcb266e7f2a510cc644ce5f9 Merge: 504b7d3 cb26887 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Jan 9 17:19:56 2016 +0100 Fixes #3862 Merge branch 'feature/3862_fix_hibernateAttributeType_tag_value_usage' into develop .../src/main/java/org/nuiton/topia/templates/TopiaTagValues.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm